changeset 2645:17b0182736e1

update package gc
author Mark Brand <mabrand@mabrand.nl>
date Tue, 26 Jun 2012 11:26:38 +0200
parents cd5e84cf026f
children 1636938f55e2
files index.html src/gc.mk
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Mon Jun 25 23:43:55 2012 +0200
+++ b/index.html	Tue Jun 26 11:26:38 2012 +0200
@@ -1100,7 +1100,7 @@
     </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>
--- a/src/gc.mk	Mon Jun 25 23:43:55 2012 +0200
+++ b/src/gc.mk	Tue Jun 26 11:26:38 2012 +0200
@@ -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)