summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVaporeon2023-08-28 06:18:53 +1200
committerVaporeon2023-08-28 06:18:53 +1200
commit8aa53890e4976d99b47794db9c8adf3ade5e8d35 (patch)
tree0a3b0f2ab0482dd3e3023b1432da996bc702f03b
parent962694316aeff5839fff7939cc2f36de2ae92aba (diff)
downloadaur-mingw-w64-libzip.tar.gz
Update to 1.10.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7bb42e7fc545..9bdd5bd7ec2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libzip
pkgdesc = A C library for reading, creating, and modifying zip archives (mingw-w64)
- pkgver = 1.10.0
+ pkgver = 1.10.1
pkgrel = 1
url = http://www.nih.at/libzip/index.html
arch = any
@@ -15,7 +15,7 @@ pkgbase = mingw-w64-libzip
options = staticlibs
options = !buildflags
options = !strip
- source = http://www.nih.at/libzip/libzip-1.10.0.tar.xz
- sha256sums = cd2a7ac9f1fb5bfa6218272d9929955dc7237515bba6e14b5ad0e1d1e2212b43
+ source = http://www.nih.at/libzip/libzip-1.10.1.tar.xz
+ sha256sums = dc3c8d5b4c8bbd09626864f6bcf93de701540f761d76b85d7c7d710f4bd90318
pkgname = mingw-w64-libzip
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"