summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2022-12-05 01:01:46 +0800
committerpingplug2022-12-05 01:01:46 +0800
commit53e162103adc1df874ac02b96c88822efcf67fac (patch)
tree58c273240308ad0a5b7d530720a7c5ce34d69d55
parentfdec59e42e7d2789759e84688a6e2781be5f347e (diff)
downloadaur-53e162103adc1df874ac02b96c88822efcf67fac.tar.gz
updated to 5.2.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6439ddcf1741..6e831811f7ca 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.8
+ pkgver = 5.2.9
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.8.tar.gz
- source = https://tukaani.org/xz/xz-5.2.8.tar.gz.sig
+ source = https://tukaani.org/xz/xz-5.2.9.tar.gz
+ source = https://tukaani.org/xz/xz-5.2.9.tar.gz.sig
validpgpkeys = 3690C240CE51B4670D30AD1C38EE757D69184620
- sha256sums = ec5cda9f0b91336ab1b881d3d144e8203fcca604e607caca8ae678ddbc29207d
+ sha256sums = e982ea31b81543d7ee2b6fa34c2ad11760e1c50c6f4475add8ba0f2f005f07b4
sha256sums = SKIP
pkgname = mingw-w64-xz
diff --git a/PKGBUILD b/PKGBUILD
index 47e2086245b6..0060fadf14f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-xz
-pkgver=5.2.8
+pkgver=5.2.9
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=('ec5cda9f0b91336ab1b881d3d144e8203fcca604e607caca8ae678ddbc29207d'
+sha256sums=('e982ea31b81543d7ee2b6fa34c2ad11760e1c50c6f4475add8ba0f2f005f07b4'
'SKIP')
validpgpkeys=('3690C240CE51B4670D30AD1C38EE757D69184620') # Lasse Collin <lasse.collin@tukaani.org>