summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2023-10-12 10:44:25 +0200
committerMartchus2023-10-12 10:44:25 +0200
commit37026f4d5bc52e7dbf7b5ad3e886982a792ec480 (patch)
tree0aa6d31adfa1fd7b5fc4f98721119de42375cc39 /PKGBUILD
parent415b9a5fa35567d003982b6ba6b5c5040037d8b6 (diff)
downloadaur-37026f4d5bc52e7dbf7b5ad3e886982a792ec480.tar.gz
Update to 6.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a05fd2c37821..a60745e8d704 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.5.3
+_qtver=6.6.0
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=('f3d8672ac05fe8155759086fa1f97568cd39caab5e6c93ea1af7f76e098aa751')
+sha256sums=('57ecd0db5d8b063d0334c4b21461585b4904d4884c88de125bd72e967e8a1043')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'