summaryrefslogtreecommitdiffstats
path: root/core/abuild
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2008-11-06 08:09:25 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2008-11-06 08:09:25 +0000
commit19e6e5b497c30047dc697e9027f0ac941ce44814 (patch)
tree0809bc9526840fa4667f33e94af8b8847f6e9de5 /core/abuild
parent0bfad66e6c1a0f57006b2e6f488c62168bdd8bf4 (diff)
downloadaports-19e6e5b497c30047dc697e9027f0ac941ce44814.tar.bz2
aports-19e6e5b497c30047dc697e9027f0ac941ce44814.tar.xz
core/abuild: update to 0.3
Diffstat (limited to 'core/abuild')
-rw-r--r--core/abuild/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/abuild/APKBUILD b/core/abuild/APKBUILD
index 6f27fb47..e3cc2247 100644
--- a/core/abuild/APKBUILD
+++ b/core/abuild/APKBUILD
@@ -1,9 +1,9 @@
pkgdesc="Script to build Alpine Packages"
pkgname=abuild
-pkgver=0.2
+pkgver=0.3
pkgrel=0
arch=i486
-source="http://dev.alpinelinux.org/cgit/cgit.cgi/abuild/snapshot/abuild-0.2.tar.gz"
+source="http://dev.alpinelinux.org/cgit/cgit.cgi/abuild/snapshot/abuild-$pkgver.tar.gz"
depends="fakeroot"
license=GPL-2
@@ -11,4 +11,4 @@ build() {
cd "$srcdir/$pkgname"
make install DESTDIR="$pkgdir"
}
-md5sums="eee67f3d5184ab865a11d508652f3740 abuild-0.2.tar.gz"
+md5sums="768480c79488a1ebc22291a2afc19ca7 abuild-0.3.tar.gz"