gc: update to 7.2d.
This commit is contained in:
parent
48646193b6
commit
3f66c474cc
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gc'
|
# Template file for 'gc'
|
||||||
pkgname=gc
|
pkgname=gc
|
||||||
version=7.2c
|
version=7.2d
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=gc-7.2
|
wrksrc=gc-7.2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.hpl.hp.com/personal/Hans_Boehm/gc/"
|
homepage="http://www.hpl.hp.com/personal/Hans_Boehm/gc/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-$version.tar.gz"
|
distfiles="http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-$version.tar.gz"
|
||||||
checksum=5109c0bb38591d72f8387b2b0be345f4fe4e92cfa88e153431db5a4dd110817c
|
checksum=d9fe0ae8650d43746a48bfb394cab01a319f3809cee19f8ebd16aa985b511c5e
|
||||||
long_desc="
|
long_desc="
|
||||||
The Boehm-Demers-Weiser conservative garbage collector can be used as a
|
The Boehm-Demers-Weiser conservative garbage collector can be used as a
|
||||||
garbage collecting replacement for C malloc or C++ new. It allows you to
|
garbage collecting replacement for C malloc or C++ new. It allows you to
|
||||||
|
|
Loading…
Reference in a new issue