summaryrefslogtreecommitdiffstats
path: root/core/abuild
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2008-11-06 08:37:46 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2008-11-06 08:37:46 +0000
commit56a8e0536c80c619d6d00d7c002eb03e8fa89d4a (patch)
tree0bff9645ed1d14bf630e0410889510b80bae1cd2 /core/abuild
parent19e6e5b497c30047dc697e9027f0ac941ce44814 (diff)
downloadaports-56a8e0536c80c619d6d00d7c002eb03e8fa89d4a.tar.bz2
aports-56a8e0536c80c619d6d00d7c002eb03e8fa89d4a.tar.xz
core/abuild: use bz2
Diffstat (limited to 'core/abuild')
-rw-r--r--core/abuild/APKBUILD4
1 files changed, 2 insertions, 2 deletions
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"