diff options
Diffstat (limited to 'main/abuild/APKBUILD')
-rw-r--r-- | main/abuild/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/abuild/APKBUILD b/main/abuild/APKBUILD index f4cbd800e4..c6db1eeee3 100644 --- a/main/abuild/APKBUILD +++ b/main/abuild/APKBUILD @@ -1,8 +1,8 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgdesc="Script to build Alpine Packages" pkgname=abuild -pkgver=2.7 -pkgrel=4 +pkgver=2.7.2 +pkgrel=0 url=http://git.alpinelinux.org/cgit/abuild/ source="http://git.alpinelinux.org/cgit/abuild/snapshot/abuild-$pkgver.tar.bz2 0001-abuild-only-warn-when-we-think-there-should-have-bee.patch @@ -38,5 +38,5 @@ package() { install -d -m 775 -g abuild "$pkgdir"/var/cache/distfiles } -md5sums="e6f5e18956d95e75da22adce128b2d52 abuild-2.7.tar.bz2 +md5sums="6b621f93e51faf19dc1edffbfaba67d1 abuild-2.7.2.tar.bz2 865f1e53e76cb77abb356cd6bb5b9588 0001-abuild-only-warn-when-we-think-there-should-have-bee.patch" |