Skip to content

Commit

Permalink
tools/gmp: update to 6.1.0
Browse files Browse the repository at this point in the history
Update gmp to version 6.1.0, released in November 2015.

Signed-off-by: Hannu Nyman <[email protected]>

SVN-Revision: 48660
  • Loading branch information
John Crispin committed Feb 8, 2016
1 parent 4cb155b commit badeccf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/gmp/Makefile
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
#
# Copyright (C) 2009-2013 OpenWrt.org
# Copyright (C) 2009-2016 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk

PKG_NAME:=gmp
PKG_VERSION:=5.1.3
PKG_VERSION:=6.1.0

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNU/gmp/
PKG_MD5SUM:=e5fe367801ff067b923d1e6a126448aa
PKG_MD5SUM:=a9868ef2556ad6a2909babcd1428f3c7

HOST_FIXUP:=autoreconf

Expand Down

0 comments on commit badeccf

Please sign in to comment.