diff options
author | Martchus | 2024-12-03 00:41:25 +0100 |
---|---|---|
committer | Martchus | 2024-12-03 00:41:25 +0100 |
commit | 5b7df6c66d02c49014a8a4b09b4b105ce462cb8f (patch) | |
tree | 60f18880426268337d1e029f97089e8f2f6e446d /PKGBUILD | |
parent | 4236434b2fa209d5671f9fa2e0a5e2b9f4c7118c (diff) | |
download | aur-mingw-w64-qt6-quick3d.tar.gz |
Update to 6.8.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-quick3d -_qtver=6.8.0 +_qtver=6.8.1 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=('3e95044ee2da33db1a6fa3f834b09e71b2491c4899bac3a3bdf0c10b06f0223f') +sha256sums=('3f3d345e6c95fcd40ab37e6a37cd31811e5d239dea8e142e632d4ea41bf20ce7') _architectures=${MINGW_W64_QT6_ARCHS:-x86_64-w64-mingw32} |