summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2021-10-28 12:27:32 +0200
committerMartchus2021-10-28 12:27:32 +0200
commit259276291dde7b13f5948b7731a61ecb1107c49c (patch)
tree3c1bf8a7a4788774aca18c5a4fa3929392fd2dff /PKGBUILD
parent048f43584e79300c78bd7b260c2fa4ca64393d17 (diff)
downloadaur-259276291dde7b13f5948b7731a61ecb1107c49c.tar.gz
Update to 6.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c2fd6c7ee29e..dbeaeb9e40ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# you also find the URL of a binary repository.
pkgname=mingw-w64-qt6-scxml
-_qtver=6.2.0
+_qtver=6.2.1
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
@@ -18,7 +18,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
groups=(mingw-w64-qt6)
_pkgfqn="qtscxml-everywhere-src-${_qtver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('90d4af011a17f04a003cbd453c7e0720787e6cdacb8dfce7167179c2cd7dc839')
+sha256sums=('cff613f68af98f4bdc1e40df0b6515b69175e10e83c551a57ee5db4359505767')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'