diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-06-04 07:13:07 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-06-04 07:13:07 +0000 |
commit | 6fe89d54428aac46278d8defb811333118329545 (patch) | |
tree | 417fabb330061f6a8c87a0b88c99c9bcddc1ea78 /core | |
parent | 0672c3e0f09200ce6eff4d011dfdca88fbdd3d9f (diff) | |
download | aports-6fe89d54428aac46278d8defb811333118329545.tar.bz2 aports-6fe89d54428aac46278d8defb811333118329545.tar.xz |
core/abuild: upgrade to 1.15.1
This version of abuild handles dynamic depends
Diffstat (limited to 'core')
-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 a21c205148..bccb6adafd 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.14 +pkgver=1.15.1 pkgrel=0 url=http://git.alpinelinux.org/cgit/abuild/ source="http://git.alpinelinux.org/cgit/abuild/snapshot/abuild-$pkgver.tar.bz2 @@ -15,4 +15,4 @@ build() { install -m 644 abuild.conf "$pkgdir"/etc/abuild.conf } -md5sums="25463a14946eab5b120851e8077679a5 abuild-1.14.tar.bz2" +md5sums="ad7db0b6112bed7418a8aef97f20aed5 abuild-1.15.1.tar.bz2" |