AA: gmp: update to latest version to fix compile errors
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 15 Apr 2014 17:28:53 +0000 (17:28 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 15 Apr 2014 17:28:53 +0000 (17:28 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/packages_12.09@40517 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/gmp/Makefile

index 5f49140..4f6e167 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2006-2010 OpenWrt.org
+# Copyright (C) 2006-2012 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=gmp
-PKG_VERSION:=4.3.1
-PKG_RELEASE:=2
+PKG_VERSION:=5.1.3
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_SOURCE_URL:=@GNU/gmp
-PKG_MD5SUM:=26cec15a90885042dd4a15c4003b08ae
+PKG_SOURCE_URL:=ftp://ftp.gmplib.org/pub/$(PKG_NAME)-$(PKG_VERSION)/
+PKG_MD5SUM:=a082867cbca5e898371a97bb27b31fea
 
 PKG_BUILD_PARALLEL:=1
 PKG_INSTALL:=1