diff options
author | prspkt <prspkt@protonmail.com> | 2018-04-12 17:19:03 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-04-13 05:56:34 +0000 |
commit | 2396ef3b86100104fad8c28e3a0fc76adcba326b (patch) | |
tree | c0e6188692113328fe98ab15e0fe6991ddc396ea /community | |
parent | ba23ae80f663874ded2f9cc7f18fa2179021f394 (diff) | |
download | aports-2396ef3b86100104fad8c28e3a0fc76adcba326b.tar.bz2 aports-2396ef3b86100104fad8c28e3a0fc76adcba326b.tar.xz |
community/libzip: upgrade to 1.5.1
Diffstat (limited to 'community')
-rw-r--r-- | community/libzip/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/libzip/APKBUILD b/community/libzip/APKBUILD index 1a11f4fbd4..d26d479bca 100644 --- a/community/libzip/APKBUILD +++ b/community/libzip/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Jose-Luis Rivas <ghostbar@riseup.net> # Maintainer: Carlo Landmeter <clandmeter@gmail.com> pkgname=libzip -pkgver=1.5.0 +pkgver=1.5.1 pkgrel=0 pkgdesc="A C library for reading, creating, and modifying zip archives" url="http://www.nih.at/libzip/index.html" @@ -11,7 +11,7 @@ license="BSD" depends_dev="zlib-dev" makedepends="$depends_dev perl cmake" subpackages="$pkgname-dev $pkgname-doc $pkgname-tools" -source="http://www.nih.at/libzip/$pkgname-$pkgver.tar.gz" +source="https://www.nih.at/libzip/$pkgname-$pkgver.tar.xz" builddir="$srcdir/$pkgname-$pkgver" # secfixes: @@ -46,4 +46,4 @@ tools() { mv "$pkgdir"/usr/bin "$subpkgdir"/usr } -sha512sums="8079d8e866d2fceff7c1b40564e78e8f4774da0e4aa6d0548f4350ce524cf8c28a0a1673dd45e31087a5e656cd1e98ec90f6cb3b348ce0848ea2a28793e26492 libzip-1.5.0.tar.gz" +sha512sums="92df9490a9910ebb1da49ecaec96f364fce39a779e1bc739f7796b27b3a864301f5e1ba0108947708dda1d90af7a9e751be54cbb8a0de2a04a48f9f3eb728e3d libzip-1.5.1.tar.xz" |