diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-02-20 10:22:12 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-02-20 10:22:12 +0000 |
commit | ea40cbb4b477fb76536a132f85c3eb0c97c4169d (patch) | |
tree | 2d7cfd3fd7c0a3cc563f5bcee3c270f7fc97e268 /core/abuild | |
parent | b570008aed60dfcbe867003ca8446b34b539002d (diff) | |
download | aports-ea40cbb4b477fb76536a132f85c3eb0c97c4169d.tar.bz2 aports-ea40cbb4b477fb76536a132f85c3eb0c97c4169d.tar.xz |
core/abuild: upgrade to 1.10
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 3f8705b6..36442239 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.9 +pkgver=1.10 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="5bf87a419669cf304f28508affd766a8 abuild-1.9.tar.bz2" +md5sums="c252b266513c619446df8a557ea86faa abuild-1.10.tar.bz2" |