From 3faa17d39e098d3a0ec78abf5d58f23ef15581fe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 15 Feb 2023 17:40:41 +0000 Subject: [PATCH] Build: Bump aqt from 3.1.0 to 3.1.1 --- .github/autobuild/android.sh | 2 +- .github/autobuild/ios.sh | 2 +- .github/autobuild/mac.sh | 2 +- .github/autobuild/windows.ps1 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/autobuild/android.sh b/.github/autobuild/android.sh index f9456270a8..794dbebef7 100755 --- a/.github/autobuild/android.sh +++ b/.github/autobuild/android.sh @@ -7,7 +7,7 @@ COMMANDLINETOOLS_VERSION=6858069 ANDROID_NDK_VERSION=r21d ANDROID_PLATFORM=android-30 ANDROID_BUILD_TOOLS=30.0.2 -AQTINSTALL_VERSION=3.1.0 +AQTINSTALL_VERSION=3.1.1 QT_VERSION=5.15.2 # Only variables which are really needed by sub-commands are exported. diff --git a/.github/autobuild/ios.sh b/.github/autobuild/ios.sh index 7dc7ffdd57..e4111f5bff 100755 --- a/.github/autobuild/ios.sh +++ b/.github/autobuild/ios.sh @@ -4,7 +4,7 @@ set -eu QT_DIR=/usr/local/opt/qt # The following version pinnings are semi-automatically checked for # updates. Verify .github/workflows/bump-dependencies.yaml when changing those manually: -AQTINSTALL_VERSION=3.1.0 +AQTINSTALL_VERSION=3.1.1 if [[ ! ${QT_VERSION:-} =~ [0-9]+\.[0-9]+\..* ]]; then echo "Environment variable QT_VERSION must be set to a valid Qt version" diff --git a/.github/autobuild/mac.sh b/.github/autobuild/mac.sh index 488859ee8f..a7c4bdbe21 100755 --- a/.github/autobuild/mac.sh +++ b/.github/autobuild/mac.sh @@ -4,7 +4,7 @@ set -eu QT_DIR=/usr/local/opt/qt # The following version pinnings are semi-automatically checked for # updates. Verify .github/workflows/bump-dependencies.yaml when changing those manually: -AQTINSTALL_VERSION=3.1.0 +AQTINSTALL_VERSION=3.1.1 TARGET_ARCHS="${TARGET_ARCHS:-}" diff --git a/.github/autobuild/windows.ps1 b/.github/autobuild/windows.ps1 index b34b757ff7..cc31dce46f 100644 --- a/.github/autobuild/windows.ps1 +++ b/.github/autobuild/windows.ps1 @@ -21,7 +21,7 @@ $DownloadCacheDir = 'C:\AutobuildCache' # updates. Verify .github/workflows/bump-dependencies.yaml when changing those manually: $Qt32Version = "5.15.2" $Qt64Version = "5.15.2" -$AqtinstallVersion = "3.1.0" +$AqtinstallVersion = "3.1.1" $JackVersion = "1.9.21" $Msvc32Version = "win32_msvc2019" $Msvc64Version = "win64_msvc2019_64"