diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-25 21:06:59 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-25 22:04:23 +0200 |
commit | c24641d2efb21fcd2207ca35b787f46e0a0ffc6c (patch) | |
tree | 3ae45c63eb9f380cebcba6f6c62999ecd4fcc422 /toolchain/mpc | |
parent | 932b2872fae5464154b10a939173ea4676d7ee3d (diff) |
update to latest stable
Diffstat (limited to 'toolchain/mpc')
-rw-r--r-- | toolchain/mpc/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/mpc/Makefile.inc b/toolchain/mpc/Makefile.inc index 0663af92c..860f52421 100644 --- a/toolchain/mpc/Makefile.inc +++ b/toolchain/mpc/Makefile.inc @@ -2,9 +2,9 @@ # material, please see the LICENCE file in the top-level directory. PKG_NAME:= mpc -PKG_VERSION:= 0.8.2 +PKG_VERSION:= 1.0.2 PKG_RELEASE:= 1 -PKG_MD5SUM:= e98267ebd5648a39f881d66797122fb6 +PKG_MD5SUM:= 68fadff3358fb3e7976c7a398a0af4c3 PKG_SITES:= http://www.multiprecision.org/mpc/download/ GMP_BUILD_DIR:= $(TOOLCHAIN_BUILD_DIR)/w-$(PKG_NAME)-$(PKG_VERSION)-$(PKG_RELEASE)/$(PKG_NAME)-$(PKG_VERSION) DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz |