summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVaporeon2023-08-01 14:54:16 +1200
committerVaporeon2023-08-01 14:54:40 +1200
commite641283f9bd0e25ccc1cf9dd8f1c7d82e493d060 (patch)
tree2b977c45fdf655aa8105e8695fff8d1c2966b9b6
parent4e3081b9e8a4d03b4b00a35334a27e40b8a58f3b (diff)
downloadaur-e641283f9bd0e25ccc1cf9dd8f1c7d82e493d060.tar.gz
3.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 215a4415ea99..940e7ab16ad7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libarchive
pkgdesc = library that can create and read several streaming archive formats (mingw-w64)
- pkgver = 3.7.0
+ pkgver = 3.7.1
pkgrel = 1
url = http://www.libarchive.org/
arch = any
@@ -20,7 +20,7 @@ pkgbase = mingw-w64-libarchive
options = !buildflags
options = staticlibs
options = !strip
- source = https://github.com/libarchive/libarchive/releases/download/v3.7.0/libarchive-3.7.0.tar.xz
- sha256sums = 44729a0cc3b0b0be6742a9873d25e85e240c9318f5f5ebf2cca6bc84d7b91b07
+ source = https://github.com/libarchive/libarchive/releases/download/v3.7.1/libarchive-3.7.1.tar.xz
+ sha256sums = b17403ce670ff18d8e06fea05a9ea9accf70678c88f1b9392a2e29b51127895f
pkgname = mingw-w64-libarchive
diff --git a/PKGBUILD b/PKGBUILD
index 42effebaab95..a9790636f99f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=mingw-w64-libarchive
_pkgname=libarchive
-pkgver=3.7.0
+pkgver=3.7.1
pkgrel=1
pkgdesc="library that can create and read several streaming archive formats (mingw-w64)"
arch=(any)
@@ -14,7 +14,7 @@ depends=(mingw-w64-crt mingw-w64-bzip2 mingw-w64-expat mingw-w64-lz4 mingw-w64-l
makedepends=('mingw-w64-configure')
options=('!buildflags' 'staticlibs' '!strip')
source=("https://github.com/${_pkgname}/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}.tar.xz")
-sha256sums=('44729a0cc3b0b0be6742a9873d25e85e240c9318f5f5ebf2cca6bc84d7b91b07')
+sha256sums=('b17403ce670ff18d8e06fea05a9ea9accf70678c88f1b9392a2e29b51127895f')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"