summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2022-09-25 22:54:59 +0800
committerpingplug2022-09-25 22:54:59 +0800
commit413281b6175ada44246612bb53ae2cc4bcb8541e (patch)
treeba60d7530a9a3e6de4582dfaa539e007fe0dea81
parent3a0938060ee7d6bfc0c8440c3a9de099948322bb (diff)
downloadaur-413281b6175ada44246612bb53ae2cc4bcb8541e.tar.gz
updated to 5.2.6
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01fce97da3ae..3114893af58a 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.5
+ pkgver = 5.2.6
pkgrel = 1
url = https://tukaani.org/xz
arch = any
@@ -12,11 +12,10 @@ pkgbase = mingw-w64-xz
options = !strip
options = staticlibs
options = !buildflags
- source = https://tukaani.org/xz/xz-5.2.5.tar.gz
- source = https://tukaani.org/xz/xz-5.2.5.tar.gz.sig
+ source = https://tukaani.org/xz/xz-5.2.6.tar.gz
+ source = https://tukaani.org/xz/xz-5.2.6.tar.gz.sig
validpgpkeys = 3690C240CE51B4670D30AD1C38EE757D69184620
- sha256sums = f6f4910fd033078738bd82bfba4f49219d03b17eb0794eb91efbae419f4aba10
+ sha256sums = a2105abee17bcd2ebd15ced31b4f5eda6e17efd6b10f921a01cda4a44c91b3a0
sha256sums = SKIP
pkgname = mingw-w64-xz
-
diff --git a/PKGBUILD b/PKGBUILD
index eb4ff9326eb8..d7da38342a93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-xz
-pkgver=5.2.5
+pkgver=5.2.6
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=('f6f4910fd033078738bd82bfba4f49219d03b17eb0794eb91efbae419f4aba10'
+sha256sums=('a2105abee17bcd2ebd15ced31b4f5eda6e17efd6b10f921a01cda4a44c91b3a0'
'SKIP')
validpgpkeys=('3690C240CE51B4670D30AD1C38EE757D69184620') # Lasse Collin <lasse.collin@tukaani.org>