summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2022-11-23 21:36:04 +0800
committerpingplug2022-11-23 21:36:04 +0800
commitfdec59e42e7d2789759e84688a6e2781be5f347e (patch)
treec89cb2e0d378a74353249bce7b3f125c39f3e28b
parentf64c533770249619da2cf30382c80fa79ca034e3 (diff)
downloadaur-fdec59e42e7d2789759e84688a6e2781be5f347e.tar.gz
updated to 5.2.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6216e7456c0..6439ddcf1741 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.7
+ pkgver = 5.2.8
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.7.tar.gz
- source = https://tukaani.org/xz/xz-5.2.7.tar.gz.sig
+ source = https://tukaani.org/xz/xz-5.2.8.tar.gz
+ source = https://tukaani.org/xz/xz-5.2.8.tar.gz.sig
validpgpkeys = 3690C240CE51B4670D30AD1C38EE757D69184620
- sha256sums = 06327c2ddc81e126a6d9a78b0be5014b976a2c0832f492dcfc4755d7facf6d33
+ sha256sums = ec5cda9f0b91336ab1b881d3d144e8203fcca604e607caca8ae678ddbc29207d
sha256sums = SKIP
pkgname = mingw-w64-xz
diff --git a/PKGBUILD b/PKGBUILD
index 3a15dff510f1..47e2086245b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-xz
-pkgver=5.2.7
+pkgver=5.2.8
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=('06327c2ddc81e126a6d9a78b0be5014b976a2c0832f492dcfc4755d7facf6d33'
+sha256sums=('ec5cda9f0b91336ab1b881d3d144e8203fcca604e607caca8ae678ddbc29207d'
'SKIP')
validpgpkeys=('3690C240CE51B4670D30AD1C38EE757D69184620') # Lasse Collin <lasse.collin@tukaani.org>