summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2021-08-25 09:36:04 -0400
committerAndrew Sun2021-08-25 09:36:04 -0400
commit53428d1e5c2c07c3ed17eead31355b12713a71a7 (patch)
tree0344d6d3d22e55741311c72d9de1e01ceeb9bc10
parent22c2c4909a128133b2106d0b480d776efb97b313 (diff)
downloadaur-53428d1e5c2c07c3ed17eead31355b12713a71a7.tar.gz
3.5.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1740d0828926..af5903de17f1 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.5.1
+ pkgver = 3.5.2
pkgrel = 1
url = http://www.libarchive.org/
arch = any
@@ -20,10 +20,9 @@ pkgbase = mingw-w64-libarchive
options = !buildflags
options = staticlibs
options = !strip
- source = libarchive-3.5.1.tar.gz::https://github.com/libarchive/libarchive/archive/v3.5.1.tar.gz
+ source = libarchive-3.5.2.tar.gz::https://github.com/libarchive/libarchive/archive/v3.5.2.tar.gz
source = 0001-libarchive-3.3.3-bcrypt-fix.patch
- sha256sums = 6d92e669e259a55a0119c135873469778f2718acbe605717f9d341487b4d0cba
+ sha256sums = 126058cb4cf50e36bcf83307f5d987bde2ecebabcae985b6a153116362d25b7b
sha256sums = 2c318a025029998a9389eb99ab80f733c0fcf3b4888421879f2f6b4530d7f522
pkgname = mingw-w64-libarchive
-
diff --git a/PKGBUILD b/PKGBUILD
index 16fc5c02d004..df417512139a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Dan McGee <dan@archlinux.org>
pkgname=mingw-w64-libarchive
-pkgver=3.5.1
+pkgver=3.5.2
pkgrel=1
pkgdesc="library that can create and read several streaming archive formats (mingw-w64)"
arch=(any)
@@ -13,7 +13,7 @@ makedepends=('mingw-w64-configure')
options=('!buildflags' 'staticlibs' '!strip')
source=("libarchive-${pkgver}.tar.gz::https://github.com/libarchive/libarchive/archive/v${pkgver}.tar.gz"
"0001-libarchive-3.3.3-bcrypt-fix.patch")
-sha256sums=('6d92e669e259a55a0119c135873469778f2718acbe605717f9d341487b4d0cba'
+sha256sums=('126058cb4cf50e36bcf83307f5d987bde2ecebabcae985b6a153116362d25b7b'
'2c318a025029998a9389eb99ab80f733c0fcf3b4888421879f2f6b4530d7f522')
prepare() {