summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2023-11-30 11:05:49 +0100
committerMartchus2023-11-30 11:05:49 +0100
commit9e78e5a0fcafdfb5216502648a732c4b5e147581 (patch)
tree190c1665987ee1ee5b392a3d997fc274ef09d3b5 /PKGBUILD
parent37026f4d5bc52e7dbf7b5ad3e886982a792ec480 (diff)
downloadaur-9e78e5a0fcafdfb5216502648a732c4b5e147581.tar.gz
Update to 6.6.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a60745e8d704..130383f40ea9 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.6.0
+_qtver=6.6.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=('57ecd0db5d8b063d0334c4b21461585b4904d4884c88de125bd72e967e8a1043')
+sha256sums=('874bc57af4399399e36424288d5e23fd8ea18c20ad9e0adb1ae3fbd420dd0897')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'