File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ COMMANDLINETOOLS_VERSION=6858069
3232ANDROID_NDK_VERSION=r21d
3333ANDROID_PLATFORM=android-30
3434ANDROID_BUILD_TOOLS=30.0.2
35- AQTINSTALL_VERSION=3.1.21
35+ AQTINSTALL_VERSION=3.3.0
3636QT_VERSION=5.15.2
3737
3838# Only variables which are really needed by sub-commands are exported.
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ set -eu
2929QT_DIR=/opt/qt
3030# The following version pinnings are semi-automatically checked for
3131# updates. Verify .github/workflows/bump-dependencies.yaml when changing those manually:
32- AQTINSTALL_VERSION=3.1.21
32+ AQTINSTALL_VERSION=3.3.0
3333
3434if [[ ! ${QT_VERSION:- } =~ [0-9]+\. [0-9]+\. .* ]]; then
3535 echo " Environment variable QT_VERSION must be set to a valid Qt version"
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ set -eu
2929QT_DIR=~ /qt
3030# The following version pinnings are semi-automatically checked for
3131# updates. Verify .github/workflows/bump-dependencies.yaml when changing those manually:
32- AQTINSTALL_VERSION=3.1.21
32+ AQTINSTALL_VERSION=3.3.0
3333
3434TARGET_ARCHS=" ${TARGET_ARCHS:- } "
3535
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ $DownloadCacheDir = 'C:\AutobuildCache'
5050# updates. Verify .github/workflows/bump-dependencies.yaml when changing those manually:
5151$Qt32Version = " 5.15.2"
5252$Qt64Version = " 6.9.1"
53- $AqtinstallVersion = " 3.1.21 "
53+ $AqtinstallVersion = " 3.3.0 "
5454$JackVersion = " 1.9.22"
5555$Msvc32Version = " win32_msvc2019"
5656$Msvc64Version = " win64_msvc2022_64"
You can’t perform that action at this time.
0 commit comments