diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-12-09 13:30:30 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-12-09 13:30:30 +0000 |
commit | 5c203f76d6a2eb91fc79c186c6ec9f1f25736052 (patch) | |
tree | 20b9f142576685a596569c5220020bd176938908 /tools/mpc/Makefile | |
parent | 2a3dde2cacd7ec6989141bdc66eaaae09ee1c9e9 (diff) | |
download | upstream-5c203f76d6a2eb91fc79c186c6ec9f1f25736052.tar.gz upstream-5c203f76d6a2eb91fc79c186c6ec9f1f25736052.tar.bz2 upstream-5c203f76d6a2eb91fc79c186c6ec9f1f25736052.zip |
tools/mpc: update to version 0.8.2
SVN-Revision: 24381
Diffstat (limited to 'tools/mpc/Makefile')
-rw-r--r-- | tools/mpc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/mpc/Makefile b/tools/mpc/Makefile index 8f8f07f1cc..ab799b269e 100644 --- a/tools/mpc/Makefile +++ b/tools/mpc/Makefile @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mpc -PKG_VERSION:=0.8.1 +PKG_VERSION:=0.8.2 PKG_SOURCE_URL:=http://www.multiprecision.org/mpc/download/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_MD5SUM:=5b34aa804d514cc295414a963aedb6bf +PKG_MD5SUM:=e98267ebd5648a39f881d66797122fb6 include $(INCLUDE_DIR)/host-build.mk |