summaryrefslogtreecommitdiffstats
path: root/core/abuild
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-02-12 09:57:44 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-02-12 09:57:44 +0000
commitfe8270e5de0838ad41f837c937e92331be8ccf81 (patch)
tree279424a9b87c069ebaa56fff3cf1c4c93116fb9a /core/abuild
parentb27cbaf6c9a09d06ca605f12b735b9ce07297590 (diff)
downloadaports-fe8270e5de0838ad41f837c937e92331be8ccf81.tar.bz2
aports-fe8270e5de0838ad41f837c937e92331be8ccf81.tar.xz
core/abuild: upgrade to 1.9
Diffstat (limited to 'core/abuild')
-rw-r--r--core/abuild/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/abuild/APKBUILD b/core/abuild/APKBUILD
index 5539b75f..3f8705b6 100644
--- a/core/abuild/APKBUILD
+++ b/core/abuild/APKBUILD
@@ -1,10 +1,10 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgdesc="Script to build Alpine Packages"
pkgname=abuild
-pkgver=1.8
+pkgver=1.9
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
+url=http://git.alpinelinux.org/cgit/abuild/
+source="http://git.alpinelinux.org/cgit/abuild/snapshot/abuild-$pkgver.tar.bz2
"
depends="fakeroot file sudo"
license=GPL-2
@@ -15,4 +15,4 @@ build() {
install -m 644 abuild.conf "$pkgdir"/etc/abuild.conf
}
-md5sums="9e9365f749858b8ee98ebba3e337f8f6 abuild-1.8.tar.bz2"
+md5sums="5bf87a419669cf304f28508affd766a8 abuild-1.9.tar.bz2"