aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-05-14 19:19:00 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-05-14 19:19:00 +0000
commit87226bd54883212b845337bebfd2d6430f775462 (patch)
tree691ff24049fc361254b8e4dbd4d142333972fa54
parenteeaf486d97cea402bb67d61d3162a96af984cecd (diff)
downloadmaster-187ad058-87226bd54883212b845337bebfd2d6430f775462.tar.gz
master-187ad058-87226bd54883212b845337bebfd2d6430f775462.tar.bz2
master-187ad058-87226bd54883212b845337bebfd2d6430f775462.zip
Update gmp to 4.2.1 (#1162)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7233 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/gmp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/gmp/Makefile b/package/gmp/Makefile
index e813284800..978f7db3d9 100644
--- a/package/gmp/Makefile
+++ b/package/gmp/Makefile
@@ -9,12 +9,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=gmp
-PKG_VERSION:=4.1.4
+PKG_VERSION:=4.2.1
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@GNU/gmp
-PKG_MD5SUM:=0aa7d3b3f5b5ec5951e7dddd6f65e891
+PKG_MD5SUM:=091c56e0e1cca6b09b17b69d47ef18e3
include $(INCLUDE_DIR)/package.mk