summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2023-03-25 23:37:35 +0800
committerpingplug2023-03-25 23:37:35 +0800
commitedfa03fa91d2ac3b4885148e4e1e5096b3e18d72 (patch)
tree300d60a654fc160a6e2449d6c12d5a69dd53c76d
parent8344990618770e1745bb68a3eb75f30fc6a22775 (diff)
downloadaur-edfa03fa91d2ac3b4885148e4e1e5096b3e18d72.tar.gz
Updated to 5.4.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65b99395fdca..265990f73530 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.1
+ pkgver = 5.4.2
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.1.tar.gz
- source = https://tukaani.org/xz/xz-5.4.1.tar.gz.sig
+ source = https://tukaani.org/xz/xz-5.4.2.tar.gz
+ source = https://tukaani.org/xz/xz-5.4.2.tar.gz.sig
validpgpkeys = 3690C240CE51B4670D30AD1C38EE757D69184620
- sha256sums = e4b0f81582efa155ccf27bb88275254a429d44968e488fc94b806f2a61cd3e22
+ sha256sums = 87947679abcf77cc509d8d1b474218fd16b72281e2797360e909deaee1ac9d05
sha256sums = SKIP
pkgname = mingw-w64-xz
diff --git a/PKGBUILD b/PKGBUILD
index 0afadb3038af..65c71bde6961 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-xz
-pkgver=5.4.1
+pkgver=5.4.2
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=('e4b0f81582efa155ccf27bb88275254a429d44968e488fc94b806f2a61cd3e22'
+sha256sums=('87947679abcf77cc509d8d1b474218fd16b72281e2797360e909deaee1ac9d05'
'SKIP')
validpgpkeys=('3690C240CE51B4670D30AD1C38EE757D69184620') # Lasse Collin <lasse.collin@tukaani.org>