diff options
author | John Crispin <john@openwrt.org> | 2016-02-12 08:31:39 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-02-12 08:31:39 +0000 |
commit | a231a9afd391a0b38c2ce610fce67065c2240a06 (patch) | |
tree | 3c6e25eb4dd50a1ec06116a6bc1b82e997a0c8d1 /package/libs/gmp | |
parent | cede06cebc7678b5d617ab4f64b3b53b8bbe44dc (diff) | |
download | upstream-a231a9afd391a0b38c2ce610fce67065c2240a06.tar.gz upstream-a231a9afd391a0b38c2ce610fce67065c2240a06.tar.bz2 upstream-a231a9afd391a0b38c2ce610fce67065c2240a06.zip |
package/libs/gmp: update libgmp to 6.1.0
Update also the library version of gmp to 6.1.0.
Switch download to use the GNU alias.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
SVN-Revision: 48712
Diffstat (limited to 'package/libs/gmp')
-rw-r--r-- | package/libs/gmp/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/package/libs/gmp/Makefile b/package/libs/gmp/Makefile index 4578ec02aa..6143fd8b08 100644 --- a/package/libs/gmp/Makefile +++ b/package/libs/gmp/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2014 OpenWrt.org +# Copyright (C) 2006-2016 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,13 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gmp -PKG_VERSION:=6.0.0 -PKG_REVISION:=a +PKG_VERSION:=6.1.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)$(PKG_REVISION).tar.xz -PKG_SOURCE_URL:=http://gmplib.org/download/gmp/ -PKG_MD5SUM:=1e6da4e434553d2811437aa42c7f7c76 +PKG_SOURCE_URL:=@GNU/gmp/ +PKG_MD5SUM:=a9868ef2556ad6a2909babcd1428f3c7 PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 |