summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2022-02-12 15:31:04 -0500
committerAndrew Sun2022-02-12 15:31:04 -0500
commit1633c8dbab17648a9290244112e46f6ab4f64610 (patch)
treec372ebb932cc06dab718fe6f3ec7c05630b03ce4
parent53428d1e5c2c07c3ed17eead31355b12713a71a7 (diff)
downloadaur-1633c8dbab17648a9290244112e46f6ab4f64610.tar.gz
3.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af5903de17f1..e083e253383c 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.2
+ pkgver = 3.6.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.5.2.tar.gz::https://github.com/libarchive/libarchive/archive/v3.5.2.tar.gz
+ source = libarchive-3.6.0.tar.gz::https://github.com/libarchive/libarchive/archive/v3.6.0.tar.gz
source = 0001-libarchive-3.3.3-bcrypt-fix.patch
- sha256sums = 126058cb4cf50e36bcf83307f5d987bde2ecebabcae985b6a153116362d25b7b
+ sha256sums = 9f9c1a21e570242c0d2854964d5e9ce00bb87144c19feac282b027146a86d0e3
sha256sums = 2c318a025029998a9389eb99ab80f733c0fcf3b4888421879f2f6b4530d7f522
pkgname = mingw-w64-libarchive
diff --git a/PKGBUILD b/PKGBUILD
index df417512139a..92ba07c8f020 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Dan McGee <dan@archlinux.org>
pkgname=mingw-w64-libarchive
-pkgver=3.5.2
+pkgver=3.6.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=('126058cb4cf50e36bcf83307f5d987bde2ecebabcae985b6a153116362d25b7b'
+sha256sums=('9f9c1a21e570242c0d2854964d5e9ce00bb87144c19feac282b027146a86d0e3'
'2c318a025029998a9389eb99ab80f733c0fcf3b4888421879f2f6b4530d7f522')
prepare() {