diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-01-16 21:41:27 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-01-16 21:43:00 +0000 |
commit | b8cead0e7d88751b7fc5cf2d26d5629dc5fedc87 (patch) | |
tree | f5abf8e350d3bd51b3b393bfb2f9d9f083bc1c2c /testing/zutils | |
parent | baf1210fcc233a2879d2052b171341fe603b8015 (diff) | |
download | aports-b8cead0e7d88751b7fc5cf2d26d5629dc5fedc87.tar.bz2 aports-b8cead0e7d88751b7fc5cf2d26d5629dc5fedc87.tar.xz |
testing/zutils: upgrade to 1.7_pre1
Upgrade to pre1 version as it was released more than 6 months
ago and no final version is released yet.
Diffstat (limited to 'testing/zutils')
-rw-r--r-- | testing/zutils/APKBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/testing/zutils/APKBUILD b/testing/zutils/APKBUILD index 3f0fb69bb5..8d9d4baa52 100644 --- a/testing/zutils/APKBUILD +++ b/testing/zutils/APKBUILD @@ -1,7 +1,8 @@ # Contributor: Roberto Oliveira <robertoguimaraes8@gmail.com> # Maintainer: Roberto Oliveira <robertoguimaraes8@gmail.com> pkgname=zutils -pkgver=1.6 +pkgver=1.7_pre1 +_pkgver=1.7-pre1 pkgrel=0 pkgdesc="A collection of utilities able to process any combination of compressed and uncompressed files transparently" url="http://www.nongnu.org/zutils/zutils.html" @@ -11,8 +12,8 @@ depends="" makedepends="" subpackages="$pkgname-doc" checkdepends="bzip2" -source="http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.lz" -builddir="$srcdir/$pkgname-$pkgver" +source="http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$_pkgver.tar.lz" +builddir="$srcdir/$pkgname-$_pkgver" build() { cd "$builddir" @@ -30,4 +31,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="afafd00a61fe28d597add0935c37b1854cff6627faaae20fe6dd1e553458f04b084c6bd2cc72410f239ab5506ba06f84366a73d28d8c7e788a01c14cc4085ecd zutils-1.6.tar.lz" +sha512sums="24d238e1bff8502ad76a9e4af69a8edb69de9656b598c425797bafca46a4645a21a1ba296d67e47dd1adba52c6339fbffbc14851078078152e6e3ef3a6fc1a22 zutils-1.7-pre1.tar.lz" |