File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ COMMANDLINETOOLS_VERSION=6858069
32
32
ANDROID_NDK_VERSION=r21d
33
33
ANDROID_PLATFORM=android-30
34
34
ANDROID_BUILD_TOOLS=30.0.2
35
- AQTINSTALL_VERSION=3.1.15
35
+ AQTINSTALL_VERSION=3.1.16
36
36
QT_VERSION=5.15.2
37
37
38
38
# 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
29
29
QT_DIR=/usr/local/opt/qt
30
30
# The following version pinnings are semi-automatically checked for
31
31
# updates. Verify .github/workflows/bump-dependencies.yaml when changing those manually:
32
- AQTINSTALL_VERSION=3.1.15
32
+ AQTINSTALL_VERSION=3.1.16
33
33
34
34
if [[ ! ${QT_VERSION:- } =~ [0-9]+\. [0-9]+\. .* ]]; then
35
35
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
29
29
QT_DIR=/usr/local/opt/qt
30
30
# The following version pinnings are semi-automatically checked for
31
31
# updates. Verify .github/workflows/bump-dependencies.yaml when changing those manually:
32
- AQTINSTALL_VERSION=3.1.15
32
+ AQTINSTALL_VERSION=3.1.16
33
33
34
34
TARGET_ARCHS=" ${TARGET_ARCHS:- } "
35
35
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ $DownloadCacheDir = 'C:\AutobuildCache'
50
50
# updates. Verify .github/workflows/bump-dependencies.yaml when changing those manually:
51
51
$Qt32Version = " 5.15.2"
52
52
$Qt64Version = " 6.6.3"
53
- $AqtinstallVersion = " 3.1.15 "
53
+ $AqtinstallVersion = " 3.1.16 "
54
54
$JackVersion = " 1.9.22"
55
55
$Msvc32Version = " win32_msvc2019"
56
56
$Msvc64Version = " win64_msvc2019_64"
You can’t perform that action at this time.
0 commit comments