changeset 2694:332ce0550276

update package gc
author Mark Brand <mabrand@mabrand.nl>
date Thu, 16 Aug 2012 10:57:13 +0200
parents 81ceeb0f8ea9
children 15746ee1cfd1
files index.html src/gc.mk
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Mon Aug 13 11:06:04 2012 +0200
+++ b/index.html	Thu Aug 16 10:57:13 2012 +0200
@@ -1100,7 +1100,7 @@
     </tr>
     <tr>
         <td id="gc-package">gc</td>
-        <td id="gc-version">7.2c</td>
+        <td id="gc-version">7.2d</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 Aug 13 11:06:04 2012 +0200
+++ b/src/gc.mk	Thu Aug 16 10:57:13 2012 +0200
@@ -3,7 +3,7 @@
 
 PKG             := gc
 $(PKG)_IGNORE   :=
-$(PKG)_CHECKSUM := 18c5b1aa9289a12fead3ceeda8fdc81f4ed08964
+$(PKG)_CHECKSUM := b43573800e27361da78f05a2e98394521cfa04fc
 $(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)