Skip to content

Commit 0b02b6b

Browse files
committed
Build: Bump aqt from 3.1.21 to 3.2.1
1 parent 0f8ff3f commit 0b02b6b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/autobuild/android.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ COMMANDLINETOOLS_VERSION=6858069
3232
ANDROID_NDK_VERSION=r21d
3333
ANDROID_PLATFORM=android-30
3434
ANDROID_BUILD_TOOLS=30.0.2
35-
AQTINSTALL_VERSION=3.1.21
35+
AQTINSTALL_VERSION=3.2.1
3636
QT_VERSION=5.15.2
3737

3838
# Only variables which are really needed by sub-commands are exported.

.github/autobuild/ios.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ set -eu
2929
QT_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.2.1
3333

3434
if [[ ! ${QT_VERSION:-} =~ [0-9]+\.[0-9]+\..* ]]; then
3535
echo "Environment variable QT_VERSION must be set to a valid Qt version"

.github/autobuild/mac.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ set -eu
2929
QT_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.2.1
3333

3434
TARGET_ARCHS="${TARGET_ARCHS:-}"
3535

.github/autobuild/windows.ps1

+1-1
Original file line numberDiff line numberDiff 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.8.1"
53-
$AqtinstallVersion = "3.1.21"
53+
$AqtinstallVersion = "3.2.1"
5454
$JackVersion = "1.9.22"
5555
$Msvc32Version = "win32_msvc2019"
5656
$Msvc64Version = "win64_msvc2022_64"

0 commit comments

Comments
 (0)