summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2023-05-26 15:31:38 +0200
committerMartchus2023-05-26 15:31:38 +0200
commit7cf28223d056fe497b0ab8ad23f897f2b5907147 (patch)
treefc54cba3fcb2203fe33f250d9266e9cc0d6338d7 /PKGBUILD
parent9483ae4e4a9644518e57bd992385211164b0e44c (diff)
downloadaur-7cf28223d056fe497b0ab8ad23f897f2b5907147.tar.gz
Update to 6.5.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 854a15800301..4c8bdb210843 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.0
+_qtver=6.5.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=('f121843cb8cf4a76d621be371e80265ac28254f3c4c123b051e907c1c915766e')
+sha256sums=('1c3ea3c8bb52c30e06ff113b4deaeb30d664d592afba650f0c1910b30a002477')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'