summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2020-10-28 14:54:13 +0100
committerMarius Kittler2020-10-28 14:54:13 +0100
commit9781e1512b9f2165348f348346a07edf0f645c9a (patch)
tree2180f3cfd2853b161d58f43430400bee92b98c93 /PKGBUILD
parent0814a91f9cf365ad34b1eac4d9079482843fabcb (diff)
downloadaur-9781e1512b9f2165348f348346a07edf0f645c9a.tar.gz
Update to beta2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 83155ace8418..91818e1eca10 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.0.0-beta1
+_qtver=6.0.0-beta2
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/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('958cdce1f7d9aaf7b2808868094526eeed90b8bc27388052dbd94069010d12a8')
+sha256sums=('a0620da8808995304298aac6c7f47910f3af5282c734df1a9648b52a63a3fb10')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'