summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-09-06 21:16:41 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-09-06 21:16:41 (GMT)
commitdd54b69d76820de034501a211d44aa5c1ab7c973 (patch)
tree3cb817b4d6b2f471b1d6b6cd050d79098694b530
parent088699853b385742d8f457b0a020d052107db2d9 (diff)
downloadmxe-dd54b69d76820de034501a211d44aa5c1ab7c973.zip
mxe-dd54b69d76820de034501a211d44aa5c1ab7c973.tar.gz
mxe-dd54b69d76820de034501a211d44aa5c1ab7c973.tar.bz2
update gcc-mpc
-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 c0b51e5..e38a585 100644
--- a/index.html
+++ b/index.html
@@ -1115,7 +1115,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
</tr>
<tr>
<td id="gcc-mpc-package">gcc-mpc</td>
- <td id="gcc-mpc-version">1.0</td>
+ <td id="gcc-mpc-version">1.0.1</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 75fe5dc..cac4c02 100644
--- a/src/gcc-mpc.mk
+++ b/src/gcc-mpc.mk
@@ -3,7 +3,7 @@
PKG := gcc-mpc
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := 20af7cc481433c019285a2c1757ac65e244e1e06
+$(PKG)_CHECKSUM := 8c7e19ad0dd9b3b5cc652273403423d6cf0c5edf
$(PKG)_SUBDIR := mpc-$($(PKG)_VERSION)
$(PKG)_FILE := mpc-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://www.multiprecision.org/mpc/download/$($(PKG)_FILE)