summaryrefslogtreecommitdiffstats
path: root/core/abuild
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2008-11-10 18:52:38 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2008-11-10 18:52:38 +0000
commitb2020e863a2495e4c8ba7c7e0461f2568393a3f9 (patch)
tree86f7f3a1051445b5b89dea9290f4f60ec27caf1a /core/abuild
parent7c4b86389bbfd03a9ea8155be6d7625be87f22f9 (diff)
downloadaports-b2020e863a2495e4c8ba7c7e0461f2568393a3f9.tar.bz2
aports-b2020e863a2495e4c8ba7c7e0461f2568393a3f9.tar.xz
core/abuild: update to 0.7
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 4f4692ef..88d292fe 100644
--- a/core/abuild/APKBUILD
+++ b/core/abuild/APKBUILD
@@ -1,6 +1,6 @@
pkgdesc="Script to build Alpine Packages"
pkgname=abuild
-pkgver=0.6
+pkgver=0.7
pkgrel=0
url=http://dev.alpinelinux.org/cgit/cgit.cgi/abuild/
source="http://dev.alpinelinux.org/cgit/cgit.cgi/abuild/snapshot/abuild-$pkgver.tar.bz2"
@@ -11,4 +11,4 @@ build() {
cd "$srcdir/$pkgname"
make install DESTDIR="$pkgdir"
}
-md5sums="a1d10377fe62fff83025b2feb8230c83 abuild-0.6.tar.bz2"
+md5sums="722c940e8af0e7f2bdaf29ecf60c2add abuild-0.7.tar.bz2"