summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html4
-rw-r--r--src/gmp.mk2
2 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index e80bfa9..65dba75 100644
--- a/index.html
+++ b/index.html
@@ -1179,7 +1179,7 @@ aptitude -t squeeze-backports install cmake yasm</pre>
</tr>
<tr>
<td id="gcc-gmp-package">gcc-gmp</td>
- <td id="gcc-gmp-version">5.1.1</td>
+ <td id="gcc-gmp-version">5.1.2</td>
<td id="gcc-gmp-website"><a href="http://www.gmplib.org/">GMP for GCC</a></td>
</tr>
<tr>
@@ -1244,7 +1244,7 @@ aptitude -t squeeze-backports install cmake yasm</pre>
</tr>
<tr>
<td id="gmp-package">gmp</td>
- <td id="gmp-version">5.1.1</td> <!-- gcc-gmp uses the same source, set it to the same version! -->
+ <td id="gmp-version">5.1.2</td> <!-- gcc-gmp uses the same source, set it to the same version! -->
<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 df47bfa..abbbe95 100644
--- a/src/gmp.mk
+++ b/src/gmp.mk
@@ -3,7 +3,7 @@
PKG := gmp
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := 21d037f7fb32ae305a2e4157cff0c8caab06fe84
+$(PKG)_CHECKSUM := 2cb498322b9be4713829d94dee944259c017d615
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := ftp://ftp.gmplib.org/pub/$(PKG)-$($(PKG)_VERSION)/$($(PKG)_FILE)