diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2008-11-06 08:37:46 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2008-11-06 08:37:46 +0000 |
commit | 56a8e0536c80c619d6d00d7c002eb03e8fa89d4a (patch) | |
tree | 0bff9645ed1d14bf630e0410889510b80bae1cd2 /core/abuild | |
parent | 19e6e5b497c30047dc697e9027f0ac941ce44814 (diff) | |
download | aports-56a8e0536c80c619d6d00d7c002eb03e8fa89d4a.tar.bz2 aports-56a8e0536c80c619d6d00d7c002eb03e8fa89d4a.tar.xz |
core/abuild: use bz2
Diffstat (limited to 'core/abuild')
-rw-r--r-- | core/abuild/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/abuild/APKBUILD b/core/abuild/APKBUILD index e3cc224785..73414892ff 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" |