summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2023-11-05 01:20:11 +0800
committerpingplug2023-11-05 01:20:11 +0800
commite840724a4edf1b688841fba93423869aaf333a8d (patch)
tree7ca58b40b9aaafe14ce7e9a5d677176d5c448d69
parentc79c1cfaebf1a6df1cdbdf6c6c5dc6d4a372a8d8 (diff)
downloadaur-e840724a4edf1b688841fba93423869aaf333a8d.tar.gz
updated to 5.4.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 749f44f75997..60790a2c096c 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.4
+ pkgver = 5.4.5
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.4.tar.gz
- source = https://tukaani.org/xz/xz-5.4.4.tar.gz.sig
+ source = https://tukaani.org/xz/xz-5.4.5.tar.gz
+ source = https://tukaani.org/xz/xz-5.4.5.tar.gz.sig
validpgpkeys = 22D465F2B4C173803B20C6DE59FCF207FEA7F445
- sha256sums = aae39544e254cfd27e942d35a048d592959bd7a79f9a624afb0498bb5613bdf8
+ sha256sums = 135c90b934aee8fbc0d467de87a05cb70d627da36abe518c357a873709e5b7d6
sha256sums = SKIP
pkgname = mingw-w64-xz
diff --git a/PKGBUILD b/PKGBUILD
index 359ad2bdb55f..d0a2bbfa0786 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-xz
-pkgver=5.4.4
+pkgver=5.4.5
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=('aae39544e254cfd27e942d35a048d592959bd7a79f9a624afb0498bb5613bdf8'
+sha256sums=('135c90b934aee8fbc0d467de87a05cb70d627da36abe518c357a873709e5b7d6'
'SKIP')
validpgpkeys=('22D465F2B4C173803B20C6DE59FCF207FEA7F445') # Jia Tan <jiat0218@gmail.com>