aboutsummaryrefslogtreecommitdiffstats
path: root/main/lzip
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2018-02-18 11:26:20 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2018-02-18 11:26:20 +0100
commit5c28790c03759f6fcbca17b41315f634dd95d190 (patch)
tree9e8898712c019eed83a7e9a72b9e2825b5542eed /main/lzip
parentf6c359d96820617a11e98082f3bdce88281ca08e (diff)
downloadaports-5c28790c03759f6fcbca17b41315f634dd95d190.tar.bz2
aports-5c28790c03759f6fcbca17b41315f634dd95d190.tar.xz
main/lzip: upgrade to 1.20
Diffstat (limited to 'main/lzip')
-rw-r--r--main/lzip/APKBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/main/lzip/APKBUILD b/main/lzip/APKBUILD
index e6395f1ed1..020baee7eb 100644
--- a/main/lzip/APKBUILD
+++ b/main/lzip/APKBUILD
@@ -1,20 +1,19 @@
# Contributor: ScrumpyJack <scrumpyjack@st.ilet.to>
# Maintainer: ScrumpyJack <scrumpyjack@st.ilet.to>
pkgname=lzip
-pkgver=1.19
-pkgrel=2
+pkgver=1.20
+pkgrel=0
pkgdesc="Lzip is a lossless data compressor"
url="http://www.nongnu.org/lzip/lzip.html"
arch="all"
license="GPL-2.0-or-later"
subpackages="$pkgname-doc"
source="http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"
-
builddir="$srcdir/$pkgname-$pkgver"
build() {
cd "$builddir"
- ./configure \
+ ./configure \
--prefix=/usr \
CXX="${CXX-g++}" \
CPPFLAGS="${CPPFLAGS}" \
@@ -33,4 +32,4 @@ package() {
make DESTDIR=$pkgdir install
}
-sha512sums="513525c2731334fae99f7a17b1211e7a018446dc211e6ba52a95054e771c9577333a131608cb06a5279da16a4e4877076402b97e97ff6a145c3626fde22d3392 lzip-1.19.tar.gz"
+sha512sums="0349b4c6c0b41e601b7ee381c3254d741397beb3ef9354c08162f346f131f4f48f6613ee0a610cdc6d827530df634f884ecfeee35215b10045a40fee76f8e938 lzip-1.20.tar.gz"