diff options
author | Martchus | 2025-04-03 22:29:49 +0200 |
---|---|---|
committer | Martchus | 2025-04-03 22:29:49 +0200 |
commit | 788103bf9d4b446086c6f5b466240ab4dc608e88 (patch) | |
tree | 99329c5f0e0c1ab7ab72b4e5b31a53d0a22e11c0 | |
parent | 09bdaf26cdff13485c704fab19cf81bf7fd0d086 (diff) | |
download | aur-mingw-w64-qt6-quick3d.tar.gz |
Update to 6.9.0
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 | ||||
-rw-r--r-- | PKGBUILD.sh.ep | 2 | ||||
-rw-r--r-- | qtquick3d-sha256.txt | 2 |
4 files changed, 7 insertions, 7 deletions
@@ -1,6 +1,6 @@ pkgbase = mingw-w64-qt6-quick3d pkgdesc = Qt module and API for defining 3D content in Qt Quick (mingw-w64) - pkgver = 6.8.2 + pkgver = 6.9.0 pkgrel = 1 url = https://www.qt.io arch = any @@ -21,7 +21,7 @@ pkgbase = mingw-w64-qt6-quick3d options = !buildflags options = staticlibs options = !emptydirs - source = https://download.qt.io/official_releases/qt/6.8/6.8.2/submodules/qtquick3d-everywhere-src-6.8.2.tar.xz - sha256sums = 084cebccb8c5b1c6bafb7756ab89b08ced23c20cd2e996ed54909a154a9f0b6d + source = https://download.qt.io/official_releases/qt/6.9/6.9.0/submodules/qtquick3d-everywhere-src-6.9.0.tar.xz + sha256sums = a295268fdca5aeaab6bb4bb1a0a4d2720b19679ab5145c5185dac7ac3399e488 pkgname = mingw-w64-qt6-quick3d @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-quick3d -_qtver=6.8.2 +_qtver=6.9.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=('084cebccb8c5b1c6bafb7756ab89b08ced23c20cd2e996ed54909a154a9f0b6d') +sha256sums=('a295268fdca5aeaab6bb4bb1a0a4d2720b19679ab5145c5185dac7ac3399e488') _architectures=${MINGW_W64_QT6_ARCHS:-x86_64-w64-mingw32} diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep index 6acd7c18d122..459c75239a13 100644 --- a/PKGBUILD.sh.ep +++ b/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'mingw-w64-qt6-module', has_binaries => 1; \ -_qtver=6.8.2 +_qtver=6.9.0 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qtquick3d-sha256.txt b/qtquick3d-sha256.txt index 24bc29682841..ad82e66dce36 100644 --- a/qtquick3d-sha256.txt +++ b/qtquick3d-sha256.txt @@ -1 +1 @@ -084cebccb8c5b1c6bafb7756ab89b08ced23c20cd2e996ed54909a154a9f0b6d +a295268fdca5aeaab6bb4bb1a0a4d2720b19679ab5145c5185dac7ac3399e488 |