Skip to content

Commit ef0996b

Browse files
authored
Merge pull request #3298 from jamulussoftware/ci/bump-dependencies/aqt
2 parents 579ccbc + 3d45adc commit ef0996b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: .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.15
35+
AQTINSTALL_VERSION=3.1.16
3636
QT_VERSION=5.15.2
3737

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

Diff for: .github/autobuild/ios.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ set -eu
2929
QT_DIR=/usr/local/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.15
32+
AQTINSTALL_VERSION=3.1.16
3333

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

Diff for: .github/autobuild/mac.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ set -eu
2929
QT_DIR=/usr/local/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.15
32+
AQTINSTALL_VERSION=3.1.16
3333

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

Diff for: .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.6.3"
53-
$AqtinstallVersion = "3.1.15"
53+
$AqtinstallVersion = "3.1.16"
5454
$JackVersion = "1.9.22"
5555
$Msvc32Version = "win32_msvc2019"
5656
$Msvc64Version = "win64_msvc2019_64"

0 commit comments

Comments
 (0)