summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2022-10-04 13:51:56 +0800
committerpingplug2022-10-04 13:51:56 +0800
commitf64c533770249619da2cf30382c80fa79ca034e3 (patch)
treefa33d4d1313dce57865ff14d957273db14f3ae71
parent413281b6175ada44246612bb53ae2cc4bcb8541e (diff)
downloadaur-f64c533770249619da2cf30382c80fa79ca034e3.tar.gz
updated to 5.2.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3114893af58a..d6216e7456c0 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.6
+ pkgver = 5.2.7
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.6.tar.gz
- source = https://tukaani.org/xz/xz-5.2.6.tar.gz.sig
+ source = https://tukaani.org/xz/xz-5.2.7.tar.gz
+ source = https://tukaani.org/xz/xz-5.2.7.tar.gz.sig
validpgpkeys = 3690C240CE51B4670D30AD1C38EE757D69184620
- sha256sums = a2105abee17bcd2ebd15ced31b4f5eda6e17efd6b10f921a01cda4a44c91b3a0
+ sha256sums = 06327c2ddc81e126a6d9a78b0be5014b976a2c0832f492dcfc4755d7facf6d33
sha256sums = SKIP
pkgname = mingw-w64-xz
diff --git a/PKGBUILD b/PKGBUILD
index d7da38342a93..3a15dff510f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-xz
-pkgver=5.2.6
+pkgver=5.2.7
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=('a2105abee17bcd2ebd15ced31b4f5eda6e17efd6b10f921a01cda4a44c91b3a0'
+sha256sums=('06327c2ddc81e126a6d9a78b0be5014b976a2c0832f492dcfc4755d7facf6d33'
'SKIP')
validpgpkeys=('3690C240CE51B4670D30AD1C38EE757D69184620') # Lasse Collin <lasse.collin@tukaani.org>