summaryrefslogtreecommitdiffstats
path: root/core/abuild
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2008-11-14 12:26:28 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2008-11-14 12:26:28 +0000
commit403ccb271c7ec0d7c48a4c25895686096005a71a (patch)
treef1fb4748c41dd2e7e8d8d1f3ceae7e4d76dfa3be /core/abuild
parent80576adb52431fe02be29ea2ef768dcfc2bd6e0b (diff)
downloadaports-403ccb271c7ec0d7c48a4c25895686096005a71a.tar.bz2
aports-403ccb271c7ec0d7c48a4c25895686096005a71a.tar.xz
core/abuild: upgrade to 0.8.1
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 a0380ee0..ff532ab7 100644
--- a/core/abuild/APKBUILD
+++ b/core/abuild/APKBUILD
@@ -1,6 +1,6 @@
pkgdesc="Script to build Alpine Packages"
pkgname=abuild
-pkgver=0.8
+pkgver=0.8.1
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="fc41116a996a30c7c19982bdc44f8225 abuild-0.8.tar.bz2"
+md5sums="a553a659b56ae077f595a5b8fbe6ee6d abuild-0.8.1.tar.bz2"