summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2022-09-12 18:09:57 +0200
committerMartchus2022-09-12 18:09:57 +0200
commitbabaefa65def70d3ca55d1cfd8e12f2491d6dd2d (patch)
tree568ec8b9cf6aa00b355d6432c0fdca3992f6cf0f /PKGBUILD
parenta605c682c612c681f31477b6e32b0a01b34db26c (diff)
downloadaur-babaefa65def70d3ca55d1cfd8e12f2491d6dd2d.tar.gz
Update to 6.3.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c6d1aeb435f4..3ff377728bb3 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.3.1
+_qtver=6.3.2
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=('01bc154d6163d1f049f4e1e76658a044730ace7b0a5be35c9a46fcd1396f8619')
+sha256sums=('c51ae643d2fa93c9f4ea6cf199f2bd04836137a471e24f6d12865863639c20c1')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'