changeset 3003:77e415bed301 draft

update package gmp
author Mark Brand <mabrand@mabrand.nl>
date Tue, 18 Dec 2012 22:47:44 +0100
parents e196f1a1bc05
children 38ba1b1a845b
files index.html src/gmp.mk
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/index.html
+++ b/index.html
@@ -1188,7 +1188,7 @@
     </tr>
     <tr>
         <td id="gmp-package">gmp</td>
-        <td id="gmp-version">5.0.5</td>
+        <td id="gmp-version">5.1.0</td>
         <td id="gmp-website"><a href="http://www.gmplib.org/">GMP</a></td>
     </tr>
     <tr>
--- a/src/gmp.mk
+++ b/src/gmp.mk
@@ -3,7 +3,7 @@
 
 PKG             := gmp
 $(PKG)_IGNORE   :=
-$(PKG)_CHECKSUM := 12a662456033e21aed3e318aef4177f4000afe3b
+$(PKG)_CHECKSUM := 4ef73083785386cb54445a7fb6ef7e43bc4ed07a
 $(PKG)_SUBDIR   := $(PKG)-$($(PKG)_VERSION)
 $(PKG)_FILE     := $(PKG)-$($(PKG)_VERSION).tar.bz2
 $(PKG)_URL      := ftp://ftp.gmplib.org/pub/$(PKG)-$($(PKG)_VERSION)/$($(PKG)_FILE)