PKGBUILDs/devel/versions.sh
Martchus aad0f91e60 Update Qt 6 packages to 6.4.0
Unfortunately mingw-w64-qt6-multimedia does not build at
all anymore (not even without an actual backend like before).
2022-10-01 18:18:19 +02:00

24 lines
520 B
Bash
Executable File

#!/bin/bash
declare -A versions=(
[syncthingtray]=1.2.3
[c++utilities]=5.19.0
[qtutilities]=6.8.0
[qtforkawesome]=0.0.4
[tagparser]=11.5.0
[tageditor]=3.7.5
[passwordfile]=5.0.7
[passwordmanager]=4.1.10
[videodownloader]=1.3.6
[reflective-rapidjson]=0.0.15
[blackwidowcontrol]=1.1.0
[dbus-soundrecorder]=1.2.3
[geocoordinatecalculator]=1.1.3
[qt5]=5.15.6
[qt6]=6.4.0
)
declare -A github_names=(
[c++utilities]=cpp-utilities
[qt5]=skip
[qt6]=skip
)