[arch-commits] Commit in gc/trunk (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Tue Aug 28 07:30:23 UTC 2012
Date: Tuesday, August 28, 2012 @ 03:30:23
Author: jgc
Revision: 165646
upgpkg: gc 7.2.d-1
Update to 7.2d
Modified:
gc/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-08-27 22:19:13 UTC (rev 165645)
+++ PKGBUILD 2012-08-28 07:30:23 UTC (rev 165646)
@@ -3,16 +3,16 @@
# Contributor: dorphell <dorphell at gmx.net>
pkgname=gc
-pkgver=7.2.c
+pkgver=7.2.d
pkgrel=1
pkgdesc="A garbage collector for C and C++"
arch=('i686' 'x86_64')
url="http://www.hpl.hp.com/personal/Hans_Boehm/gc/"
license=('GPL')
-source=("http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/${pkgname}-7.2c.tar.gz")
+source=("http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/${pkgname}-7.2d.tar.gz")
depends=('gcc-libs')
options=('!libtool')
-md5sums=('edd99c64174a1f3b10a474b3e4c74634')
+md5sums=('91340b28c61753a789eb6077675d87d2')
build() {
cd "${srcdir}/${pkgname}-7.2"
More information about the arch-commits
mailing list