summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVaporeon2023-08-28 06:18:53 +1200
committerVaporeon2023-08-28 06:18:53 +1200
commit8aa53890e4976d99b47794db9c8adf3ade5e8d35 (patch)
tree0a3b0f2ab0482dd3e3023b1432da996bc702f03b /PKGBUILD
parent962694316aeff5839fff7939cc2f36de2ae92aba (diff)
downloadaur-mingw-w64-libzip.tar.gz
Update to 1.10.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e2cecd19210a..9db2c385d86b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: xantares
pkgname=mingw-w64-libzip
-pkgver=1.10.0
+pkgver=1.10.1
pkgrel=1
pkgdesc="A C library for reading, creating, and modifying zip archives (mingw-w64)"
url="http://www.nih.at/libzip/index.html"
@@ -12,7 +12,7 @@ depends=('mingw-w64-xz' 'mingw-w64-zlib' 'mingw-w64-bzip2' 'mingw-w64-openssl' '
makedepends=('mingw-w64-cmake' 'ninja')
options=('staticlibs' '!buildflags' '!strip')
source=("http://www.nih.at/libzip/libzip-${pkgver}.tar.xz")
-sha256sums=('cd2a7ac9f1fb5bfa6218272d9929955dc7237515bba6e14b5ad0e1d1e2212b43')
+sha256sums=('dc3c8d5b4c8bbd09626864f6bcf93de701540f761d76b85d7c7d710f4bd90318')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
_pkgname="libzip"