summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2020-03-21 11:56:30 +0800
committerpingplug2020-03-21 11:56:30 +0800
commit3a0938060ee7d6bfc0c8440c3a9de099948322bb (patch)
tree84f147c8f758d10e496ab42c12220f1821ccfd64
parent7e21aaeaef19aa9f36aefcce3b6d0de8fab87b17 (diff)
downloadaur-3a0938060ee7d6bfc0c8440c3a9de099948322bb.tar.gz
Updated to 5.2.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf6fb85b5cb7..01fce97da3ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-xz
pkgdesc = Library and command line tools for XZ and LZMA compressed files (mingw-w64)
- pkgver = 5.2.4
+ pkgver = 5.2.5
pkgrel = 1
url = https://tukaani.org/xz
arch = any
@@ -12,10 +12,10 @@ pkgbase = mingw-w64-xz
options = !strip
options = staticlibs
options = !buildflags
- source = https://tukaani.org/xz/xz-5.2.4.tar.gz
- source = https://tukaani.org/xz/xz-5.2.4.tar.gz.sig
+ source = https://tukaani.org/xz/xz-5.2.5.tar.gz
+ source = https://tukaani.org/xz/xz-5.2.5.tar.gz.sig
validpgpkeys = 3690C240CE51B4670D30AD1C38EE757D69184620
- sha256sums = b512f3b726d3b37b6dc4c8570e137b9311e7552e8ccbab4d39d47ce5f4177145
+ sha256sums = f6f4910fd033078738bd82bfba4f49219d03b17eb0794eb91efbae419f4aba10
sha256sums = SKIP
pkgname = mingw-w64-xz
diff --git a/PKGBUILD b/PKGBUILD
index 314b2e791d20..eb4ff9326eb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-xz
-pkgver=5.2.4
+pkgver=5.2.5
pkgrel=1
pkgdesc="Library and command line tools for XZ and LZMA compressed files (mingw-w64)"
arch=('any')
@@ -15,7 +15,7 @@ depends=('mingw-w64-crt')
makedepends=('mingw-w64-configure')
options=('!strip' 'staticlibs' '!buildflags')
source=("${url}/xz-${pkgver}.tar.gz"{,.sig})
-sha256sums=('b512f3b726d3b37b6dc4c8570e137b9311e7552e8ccbab4d39d47ce5f4177145'
+sha256sums=('f6f4910fd033078738bd82bfba4f49219d03b17eb0794eb91efbae419f4aba10'
'SKIP')
validpgpkeys=('3690C240CE51B4670D30AD1C38EE757D69184620') # Lasse Collin <lasse.collin@tukaani.org>