summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 940e7ab16ad7..d7abbf01cd91 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.7.1
+ pkgver = 3.7.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.7.1/libarchive-3.7.1.tar.xz
- sha256sums = b17403ce670ff18d8e06fea05a9ea9accf70678c88f1b9392a2e29b51127895f
+ source = https://github.com/libarchive/libarchive/releases/download/v3.7.2/libarchive-3.7.2.tar.xz
+ sha256sums = 04357661e6717b6941682cde02ad741ae4819c67a260593dfb2431861b251acb
pkgname = mingw-w64-libarchive
diff --git a/PKGBUILD b/PKGBUILD
index a9790636f99f..c3076db827d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=mingw-w64-libarchive
_pkgname=libarchive
-pkgver=3.7.1
+pkgver=3.7.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=('b17403ce670ff18d8e06fea05a9ea9accf70678c88f1b9392a2e29b51127895f')
+sha256sums=('04357661e6717b6941682cde02ad741ae4819c67a260593dfb2431861b251acb')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"