summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVaporeon2023-04-02 06:45:19 +1200
committerVaporeon2023-04-02 06:46:07 +1200
commit17c19071b5d9710be48812f386596d8f83feeb1e (patch)
tree7e966096f195fdafa1f5f44610f08a11413b4b6d
parente5ddf40cb76b532205534c8896127aa1929a8366 (diff)
downloadaur-17c19071b5d9710be48812f386596d8f83feeb1e.tar.gz
3.6.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a338c1e090c4..635ed051ce57 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.6.1
+ pkgver = 3.6.2
pkgrel = 1
url = http://www.libarchive.org/
arch = any
@@ -20,7 +20,7 @@ pkgbase = mingw-w64-libarchive
options = !buildflags
options = staticlibs
options = !strip
- source = https://github.com/libarchive/libarchive/releases/download/v3.6.1/libarchive-3.6.1.tar.xz
- sha256sums = 5a411aceb978f43e626f0c2d1812ddd8807b645ed892453acabd532376c148e6
+ source = https://github.com/libarchive/libarchive/releases/download/v3.6.2/libarchive-3.6.2.tar.xz
+ sha256sums = 9e2c1b80d5fbe59b61308fdfab6c79b5021d7ff4ff2489fb12daf0a96a83551d
pkgname = mingw-w64-libarchive
diff --git a/PKGBUILD b/PKGBUILD
index e5b65e3482b4..55eff1a8b2e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=mingw-w64-libarchive
_pkgname=libarchive
-pkgver=3.6.1
+pkgver=3.6.2
pkgrel=1
pkgdesc="library that can create and read several streaming archive formats (mingw-w64)"
arch=(any)
@@ -14,7 +14,7 @@ depends=(mingw-w64-crt mingw-w64-bzip2 mingw-w64-expat mingw-w64-lz4 mingw-w64-l
makedepends=('mingw-w64-configure')
options=('!buildflags' 'staticlibs' '!strip')
source=("https://github.com/${_pkgname}/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}.tar.xz")
-sha256sums=('5a411aceb978f43e626f0c2d1812ddd8807b645ed892453acabd532376c148e6')
+sha256sums=('9e2c1b80d5fbe59b61308fdfab6c79b5021d7ff4ff2489fb12daf0a96a83551d')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"