From 56a8e0536c80c619d6d00d7c002eb03e8fa89d4a Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 6 Nov 2008 08:37:46 +0000 Subject: core/abuild: use bz2 --- core/abuild/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/abuild') diff --git a/core/abuild/APKBUILD b/core/abuild/APKBUILD index e3cc2247..73414892 100644 --- a/core/abuild/APKBUILD +++ b/core/abuild/APKBUILD @@ -3,7 +3,7 @@ pkgname=abuild pkgver=0.3 pkgrel=0 arch=i486 -source="http://dev.alpinelinux.org/cgit/cgit.cgi/abuild/snapshot/abuild-$pkgver.tar.gz" +source="http://dev.alpinelinux.org/cgit/cgit.cgi/abuild/snapshot/abuild-$pkgver.tar.bz2" depends="fakeroot" license=GPL-2 @@ -11,4 +11,4 @@ build() { cd "$srcdir/$pkgname" make install DESTDIR="$pkgdir" } -md5sums="768480c79488a1ebc22291a2afc19ca7 abuild-0.3.tar.gz" +md5sums="4b972fd39428b190c87a0105710b9c93 abuild-0.3.tar.bz2" -- cgit v1.2.3