summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2021-10-02 12:37:31 +0200
committerMartchus2021-10-02 12:37:31 +0200
commitf42b362009bfe095f905c62bc7af2af76f619c40 (patch)
treebce688f03f957d3a444b40549482919bb13d7c3e /PKGBUILD
parent01e7dbd428b2ea2f14e93a20c5fd6b0ee9423256 (diff)
downloadaur-f42b362009bfe095f905c62bc7af2af76f619c40.tar.gz
Update to 6.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8ba988632206..d68aecf8f4ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# you also find the URL of a binary repository.
pkgname=mingw-w64-qt6-quick3d
-_qtver=6.1.3
+_qtver=6.2.0
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
@@ -18,7 +18,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
groups=(mingw-w64-qt6)
_pkgfqn="qtquick3d-everywhere-src-${_qtver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('91dbdda78204cb27c100ed3a4eed9f3b18466c4349b1f164191a646348410ca6')
+sha256sums=('e8f8163237468e158ace7737d60a0a722209ffda444c57c786fc53db1af851e1')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'