diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2008-11-06 14:49:40 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2008-11-06 14:49:40 +0000 |
commit | 2847f77b3c27cf092d4e5a02a0da9cbb980841d6 (patch) | |
tree | 2eb078e30eaee572ef21bcaac9d0363c7cc3ff7f /core/abuild | |
parent | 4cbad2ebb13561175032dbc4e0eb2407067c6108 (diff) | |
download | aports-2847f77b3c27cf092d4e5a02a0da9cbb980841d6.tar.bz2 aports-2847f77b3c27cf092d4e5a02a0da9cbb980841d6.tar.xz |
core/abuild: update to 0.4.1
Diffstat (limited to 'core/abuild')
-rw-r--r-- | core/abuild/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/abuild/APKBUILD b/core/abuild/APKBUILD index 73414892ff..7c0aca6cc1 100644 --- a/core/abuild/APKBUILD +++ b/core/abuild/APKBUILD @@ -1,8 +1,8 @@ pkgdesc="Script to build Alpine Packages" pkgname=abuild -pkgver=0.3 +pkgver=0.4.1 pkgrel=0 -arch=i486 +url=http://dev.alpinelinux.org/cgit/cgit.cgi/abuild/ 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="4b972fd39428b190c87a0105710b9c93 abuild-0.3.tar.bz2" +md5sums="19a2b151eeaa0954e4e84fc7b8b866d3 abuild-0.4.1.tar.bz2" |