Sync Qt 6 version in versions.sh

This commit is contained in:
Martchus 2021-05-09 13:20:19 +02:00
parent 24127f223f
commit 91e5450d70
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ declare -A versions=(
[dbus-soundrecorder]=1.2.3
[geocoordinatecalculator]=1.1.3
[qt5]=5.15.2
[qt6]=6.0.1
[qt6]=6.1.0
)
declare -A github_names=(
[c++utilities]=cpp-utilities