diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-01-15 16:43:45 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-01-15 16:43:45 +0000 |
commit | a9fbc05952309d3bb6cf9a2efabb7eaeb146f337 (patch) | |
tree | 388b3ef98ed9cfbb4373f49ac30a64a695610540 /core/abuild | |
parent | 3ef1c54cc7098249168b9362dc0feb4f95c8315d (diff) | |
download | aports-a9fbc05952309d3bb6cf9a2efabb7eaeb146f337.tar.bz2 aports-a9fbc05952309d3bb6cf9a2efabb7eaeb146f337.tar.xz |
core/abuild: upgrade to 1.3
This wil break thins as it switches to new apk-tools-2.x.
Please start with a fresh build environment.
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 749c44fe25..3b233e37cd 100644 --- a/core/abuild/APKBUILD +++ b/core/abuild/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgdesc="Script to build Alpine Packages" pkgname=abuild -pkgver=1.2 +pkgver=1.3 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 @@ -14,4 +14,4 @@ build() { make install DESTDIR="$pkgdir" } -md5sums="3db7c15d9eb97316766e8feb72b1b4ba abuild-1.2.tar.bz2" +md5sums="a09276843163f25992c8a1c7c3cd54d9 abuild-1.3.tar.bz2" |