summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2020-12-06 09:50:59 -0500
committerAndrew Sun2020-12-06 09:50:59 -0500
commita1636faccd98244680e38a5925383733f445b8c7 (patch)
tree6e3c5db61ea65173220c664c687eef8a032926ad
parent7a96f752d976354d9721e004971337892032aa49 (diff)
downloadaur-a1636faccd98244680e38a5925383733f445b8c7.tar.gz
3.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c48ab7b32aa..6047b988e696 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.4.3
+ pkgver = 3.5.0
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.4.3.tar.gz::https://github.com/libarchive/libarchive/archive/v3.4.3.tar.gz
+ source = libarchive-3.5.0.tar.gz::https://github.com/libarchive/libarchive/archive/v3.5.0.tar.gz
source = 0001-libarchive-3.3.3-bcrypt-fix.patch
- sha256sums = 19556c1c67aacdff547fd719729630444dbc7161c63eca661a310676a022bb01
+ sha256sums = 83f42374cfc4e97e55aec269efb653d671a2411d43aac4232243f267a50271a6
sha256sums = 2c318a025029998a9389eb99ab80f733c0fcf3b4888421879f2f6b4530d7f522
pkgname = mingw-w64-libarchive
diff --git a/PKGBUILD b/PKGBUILD
index df138af7076e..9b6d543f68bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Dan McGee <dan@archlinux.org>
pkgname=mingw-w64-libarchive
-pkgver=3.4.3
+pkgver=3.5.0
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=('19556c1c67aacdff547fd719729630444dbc7161c63eca661a310676a022bb01'
+sha256sums=('83f42374cfc4e97e55aec269efb653d671a2411d43aac4232243f267a50271a6'
'2c318a025029998a9389eb99ab80f733c0fcf3b4888421879f2f6b4530d7f522')
prepare() {