summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorqontinuum2021-10-29 22:30:30 +0200
committerqontinuum2021-10-29 22:30:30 +0200
commit4e7eaee92fdaad1b9488df692962e977692a198d (patch)
tree58ee834b1fe17cc461abaa3d111d88cf1acba7ae /PKGBUILD
parent28bce2a9aabd2d634cd6d2c575fd9c5b0e1f33ca (diff)
downloadaur-4e7eaee92fdaad1b9488df692962e977692a198d.tar.gz
Update to 1.8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 082fd9a2ae7b..c838ac1998e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Kris McCleary <kris27mc@gmail.com>
pkgname=lib32-libzip
-pkgver=1.7.3
+pkgver=1.8.0
pkgrel=1
pkgdesc="A C library for reading, creating, and modifying zip archives"
url="https://libzip.org/"
@@ -13,7 +13,7 @@ makedepends=('cmake')
checkdepends=('perl')
options=('!libtool')
source=("https://libzip.org/download/libzip-$pkgver.tar.gz")
-sha512sums=('3f550c41ea72b97155bb17a1936cefc5aad3d15a813a77bf4e004d6ee9e2aca4e2646f2f41429ade84e78f37f5b70b7ec0c89ce628d657e02fa8c24b85908efb')
+sha512sums=('a70da02b55a7bace2b21b74f33f4d6c7c7b29f706340e2be240d0c9a307de0af4bb93d4677c087d57c651a4ca556ca362ddab2dee1ded86f2d55e54a0329a074')
build() {
cd "libzip-$pkgver"