summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2024-02-07 14:51:19 +0800
committerpingplug2024-02-07 14:51:19 +0800
commit0aab61d3e3db24ff855bb004bb148cf680216eb4 (patch)
treeee7fc9fcab3ed34b066f5a01e8a290502064ea20
parente840724a4edf1b688841fba93423869aaf333a8d (diff)
downloadaur-0aab61d3e3db24ff855bb004bb148cf680216eb4.tar.gz
updated to 5.4.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60790a2c096c..3317bdaec22c 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.4.5
+ pkgver = 5.4.6
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.4.5.tar.gz
- source = https://tukaani.org/xz/xz-5.4.5.tar.gz.sig
+ source = https://tukaani.org/xz/xz-5.4.6.tar.gz
+ source = https://tukaani.org/xz/xz-5.4.6.tar.gz.sig
validpgpkeys = 22D465F2B4C173803B20C6DE59FCF207FEA7F445
- sha256sums = 135c90b934aee8fbc0d467de87a05cb70d627da36abe518c357a873709e5b7d6
+ sha256sums = aeba3e03bf8140ddedf62a0a367158340520f6b384f75ca6045ccc6c0d43fd5c
sha256sums = SKIP
pkgname = mingw-w64-xz
diff --git a/PKGBUILD b/PKGBUILD
index d0a2bbfa0786..5573b38bf28c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-xz
-pkgver=5.4.5
+pkgver=5.4.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=('135c90b934aee8fbc0d467de87a05cb70d627da36abe518c357a873709e5b7d6'
+sha256sums=('aeba3e03bf8140ddedf62a0a367158340520f6b384f75ca6045ccc6c0d43fd5c'
'SKIP')
validpgpkeys=('22D465F2B4C173803B20C6DE59FCF207FEA7F445') # Jia Tan <jiat0218@gmail.com>