summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2020-12-29 23:16:41 -0500
committerAndrew Sun2020-12-29 23:16:41 -0500
commit22c2c4909a128133b2106d0b480d776efb97b313 (patch)
tree298e1a77efc88492c903d52ec5a073b91e2f62b0
parenta1636faccd98244680e38a5925383733f445b8c7 (diff)
downloadaur-22c2c4909a128133b2106d0b480d776efb97b313.tar.gz
3.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6047b988e696..1740d0828926 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.0
+ pkgver = 3.5.1
pkgrel = 1
url = http://www.libarchive.org/
arch = any
@@ -20,9 +20,9 @@ pkgbase = mingw-w64-libarchive
options = !buildflags
options = staticlibs
options = !strip
- source = libarchive-3.5.0.tar.gz::https://github.com/libarchive/libarchive/archive/v3.5.0.tar.gz
+ source = libarchive-3.5.1.tar.gz::https://github.com/libarchive/libarchive/archive/v3.5.1.tar.gz
source = 0001-libarchive-3.3.3-bcrypt-fix.patch
- sha256sums = 83f42374cfc4e97e55aec269efb653d671a2411d43aac4232243f267a50271a6
+ sha256sums = 6d92e669e259a55a0119c135873469778f2718acbe605717f9d341487b4d0cba
sha256sums = 2c318a025029998a9389eb99ab80f733c0fcf3b4888421879f2f6b4530d7f522
pkgname = mingw-w64-libarchive
diff --git a/PKGBUILD b/PKGBUILD
index 9b6d543f68bf..16fc5c02d004 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Dan McGee <dan@archlinux.org>
pkgname=mingw-w64-libarchive
-pkgver=3.5.0
+pkgver=3.5.1
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=('83f42374cfc4e97e55aec269efb653d671a2411d43aac4232243f267a50271a6'
+sha256sums=('6d92e669e259a55a0119c135873469778f2718acbe605717f9d341487b4d0cba'
'2c318a025029998a9389eb99ab80f733c0fcf3b4888421879f2f6b4530d7f522')
prepare() {