diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2008-11-14 12:26:28 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2008-11-14 12:26:28 +0000 |
commit | 403ccb271c7ec0d7c48a4c25895686096005a71a (patch) | |
tree | f1fb4748c41dd2e7e8d8d1f3ceae7e4d76dfa3be /core/abuild | |
parent | 80576adb52431fe02be29ea2ef768dcfc2bd6e0b (diff) | |
download | aports-403ccb271c7ec0d7c48a4c25895686096005a71a.tar.bz2 aports-403ccb271c7ec0d7c48a4c25895686096005a71a.tar.xz |
core/abuild: upgrade to 0.8.1
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 a0380ee0c5..ff532ab71a 100644 --- a/core/abuild/APKBUILD +++ b/core/abuild/APKBUILD @@ -1,6 +1,6 @@ pkgdesc="Script to build Alpine Packages" pkgname=abuild -pkgver=0.8 +pkgver=0.8.1 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" @@ -11,4 +11,4 @@ build() { cd "$srcdir/$pkgname" make install DESTDIR="$pkgdir" } -md5sums="fc41116a996a30c7c19982bdc44f8225 abuild-0.8.tar.bz2" +md5sums="a553a659b56ae077f595a5b8fbe6ee6d abuild-0.8.1.tar.bz2" |