summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2024-10-08 23:10:34 +0200
committerMartchus2024-10-08 23:10:34 +0200
commitb9f20ef36f34f94e8e471a6461ce44b33ad284ce (patch)
treee3ab83e12d17674a40cc8ae80c6692995efe073b /PKGBUILD
parent3e711904954007245ce2de63e382ecdcb5813bf3 (diff)
downloadaur-b9f20ef36f34f94e8e471a6461ce44b33ad284ce.tar.gz
Update to 6.8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6dd503a84bf0..4223c0a0d9f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# you also find the URL of a binary repository.
pkgname=mingw-w64-qt6-declarative
-_qtver=6.7.3
+_qtver=6.8.0
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
@@ -22,8 +22,8 @@ groups=(mingw-w64-qt6)
_pkgfqn="qtdeclarative-everywhere-src-${_qtver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
'0001-Exclude-qmltime-when-cross-compiling.patch')
-sha256sums=('937b70e441abf5bc4e50d44d26610e2714a28514acf3885cd36116cd610b9875'
- '932e98e30d0eb46b47d73a07e815f73489642f9152b9286759ecc3110a0e623a')
+sha256sums=('3b41a36b42e919a3aa0da1f71107591504200f41707bee2ad8e8d4f99b5644c2'
+ 'ff795df75cd5fa2c53cdf59355b23722979b612dd6a00536143e421791e391aa')
_architectures=${MINGW_W64_QT6_ARCHS:-x86_64-w64-mingw32}