diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2008-11-14 12:21:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2008-11-14 12:21:47 +0000 |
commit | 80576adb52431fe02be29ea2ef768dcfc2bd6e0b (patch) | |
tree | eb6dc3da1d983186c30615e20be53aa62b1675b5 /core/abuild | |
parent | 7302771c39779f185af8a4c34f5d8cb2e35aacd4 (diff) | |
download | aports-80576adb52431fe02be29ea2ef768dcfc2bd6e0b.tar.bz2 aports-80576adb52431fe02be29ea2ef768dcfc2bd6e0b.tar.xz |
core/abuild: upgrade to 0.8
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 88d292fe3..a0380ee0c 100644 --- a/core/abuild/APKBUILD +++ b/core/abuild/APKBUILD @@ -1,6 +1,6 @@ pkgdesc="Script to build Alpine Packages" pkgname=abuild -pkgver=0.7 +pkgver=0.8 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="722c940e8af0e7f2bdaf29ecf60c2add abuild-0.7.tar.bz2" +md5sums="fc41116a996a30c7c19982bdc44f8225 abuild-0.8.tar.bz2" |