summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-06-26 09:26:38 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-06-26 09:26:38 (GMT)
commitf85166446132c786f42384727353bf7805c45b78 (patch)
tree6fd534ee5a669d5f647aa6591e5ee4942ca65d97
parent679d6737516af5fe79ac1c3e8b744680b558092a (diff)
downloadmxe-f85166446132c786f42384727353bf7805c45b78.zip
mxe-f85166446132c786f42384727353bf7805c45b78.tar.gz
mxe-f85166446132c786f42384727353bf7805c45b78.tar.bz2
update package gc
-rw-r--r--index.html2
-rw-r--r--src/gc.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 6dbcfcd..d086b74 100644
--- a/index.html
+++ b/index.html
@@ -1100,7 +1100,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
</tr>
<tr>
<td id="gc-package">gc</td>
- <td id="gc-version">7.2b</td>
+ <td id="gc-version">7.2c</td>
<td id="gc-website"><a href="http://www.hpl.hp.com/personal/Hans_Boehm/gc/">gc</a></td>
</tr>
<tr>
diff --git a/src/gc.mk b/src/gc.mk
index 3392832..1c62c66 100644
--- a/src/gc.mk
+++ b/src/gc.mk
@@ -3,7 +3,7 @@
PKG := gc
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := 042b551d9e313557c8919375c669ae484237cf3e
+$(PKG)_CHECKSUM := 18c5b1aa9289a12fead3ceeda8fdc81f4ed08964
$(PKG)_SUBDIR := $(PKG)-7.2
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://www.hpl.hp.com/personal/Hans_Boehm/$(PKG)/$(PKG)_source/$($(PKG)_FILE)