summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html2
-rw-r--r--src/gcc-mpc.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 81ec6c4..cc2bcb3 100644
--- a/index.html
+++ b/index.html
@@ -1115,7 +1115,7 @@ USE_OSGPLUGIN(<plugin2>)
</tr>
<tr>
<td id="gcc-mpc-package">gcc-mpc</td>
- <td id="gcc-mpc-version">0.9</td>
+ <td id="gcc-mpc-version">1.0</td>
<td id="gcc-mpc-website"><a href="http://www.multiprecision.org/">MPC for GCC</a></td>
</tr>
<tr>
diff --git a/src/gcc-mpc.mk b/src/gcc-mpc.mk
index f134611..75fe5dc 100644
--- a/src/gcc-mpc.mk
+++ b/src/gcc-mpc.mk
@@ -3,7 +3,7 @@
PKG := gcc-mpc
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := 229722d553030734d49731844abfef7617b64f1a
+$(PKG)_CHECKSUM := 20af7cc481433c019285a2c1757ac65e244e1e06
$(PKG)_SUBDIR := mpc-$($(PKG)_VERSION)
$(PKG)_FILE := mpc-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://www.multiprecision.org/mpc/download/$($(PKG)_FILE)