summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2020-11-04 09:07:30 -0500
committerAndrew Sun2020-11-04 09:07:30 -0500
commit7a96f752d976354d9721e004971337892032aa49 (patch)
tree21d4b69005818b24fd040a9ad298e37cf7a7d81f
parentd9c92547e389cbbd2b18c357c1781bb673053ccc (diff)
downloadaur-7a96f752d976354d9721e004971337892032aa49.tar.gz
3.4.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 147687a60339..5c48ab7b32aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-libarchive
pkgdesc = library that can create and read several streaming archive formats (mingw-w64)
- pkgver = 3.3.3
- pkgrel = 2
+ pkgver = 3.4.3
+ pkgrel = 1
url = http://www.libarchive.org/
arch = any
license = BSD
@@ -20,9 +20,9 @@ pkgbase = mingw-w64-libarchive
options = !buildflags
options = staticlibs
options = !strip
- source = libarchive-3.3.3.tar.gz::https://github.com/libarchive/libarchive/archive/v3.3.3.tar.gz
+ source = libarchive-3.4.3.tar.gz::https://github.com/libarchive/libarchive/archive/v3.4.3.tar.gz
source = 0001-libarchive-3.3.3-bcrypt-fix.patch
- sha256sums = 720da414e7aebb255fcdaee106894e4d30e2472ac1390c2c15b70c84c7479658
+ sha256sums = 19556c1c67aacdff547fd719729630444dbc7161c63eca661a310676a022bb01
sha256sums = 2c318a025029998a9389eb99ab80f733c0fcf3b4888421879f2f6b4530d7f522
pkgname = mingw-w64-libarchive
diff --git a/PKGBUILD b/PKGBUILD
index a3121027c28b..df138af7076e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Dan McGee <dan@archlinux.org>
pkgname=mingw-w64-libarchive
-pkgver=3.3.3
-pkgrel=2
+pkgver=3.4.3
+pkgrel=1
pkgdesc="library that can create and read several streaming archive formats (mingw-w64)"
arch=(any)
url="http://www.libarchive.org/"
@@ -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=('720da414e7aebb255fcdaee106894e4d30e2472ac1390c2c15b70c84c7479658'
+sha256sums=('19556c1c67aacdff547fd719729630444dbc7161c63eca661a310676a022bb01'
'2c318a025029998a9389eb99ab80f733c0fcf3b4888421879f2f6b4530d7f522')
prepare() {