summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html2
-rw-r--r--src/gmp.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index a358693..fcb2e01 100644
--- a/index.html
+++ b/index.html
@@ -1209,7 +1209,7 @@ aptitude -t squeeze-backports install cmake yasm</pre>
</tr>
<tr>
<td id="gmp-package">gmp</td>
- <td id="gmp-version">5.1.0</td>
+ <td id="gmp-version">5.1.1</td>
<td id="gmp-website"><a href="http://www.gmplib.org/">GMP</a></td>
</tr>
<tr>
diff --git a/src/gmp.mk b/src/gmp.mk
index 6e079ae..df47bfa 100644
--- a/src/gmp.mk
+++ b/src/gmp.mk
@@ -3,7 +3,7 @@
PKG := gmp
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := 4ef73083785386cb54445a7fb6ef7e43bc4ed07a
+$(PKG)_CHECKSUM := 21d037f7fb32ae305a2e4157cff0c8caab06fe84
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := ftp://ftp.gmplib.org/pub/$(PKG)-$($(PKG)_VERSION)/$($(PKG)_FILE)