diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2008-11-06 16:46:49 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2008-11-06 16:46:49 +0000 |
commit | 0cc854b8c8d1d83005ecb77222fea7ac74728d39 (patch) | |
tree | 32d918f6ff0ed4b1ff8ff4829f3c1d3e5d1d56c2 /core/abuild | |
parent | fe0ec53260175e78258aa4883dc73da7c5e5f3f9 (diff) | |
download | aports-0cc854b8c8d1d83005ecb77222fea7ac74728d39.tar.bz2 aports-0cc854b8c8d1d83005ecb77222fea7ac74728d39.tar.xz |
core/abuild: update to version 0.5
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 7c0aca6cc1..9f1a37e692 100644 --- a/core/abuild/APKBUILD +++ b/core/abuild/APKBUILD @@ -1,6 +1,6 @@ pkgdesc="Script to build Alpine Packages" pkgname=abuild -pkgver=0.4.1 +pkgver=0.5 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="19a2b151eeaa0954e4e84fc7b8b866d3 abuild-0.4.1.tar.bz2" +md5sums="06098f82ebf65227a16ea961319784ad abuild-0.5.tar.bz2" |