diff --git a/qt6-git/lure.sh b/qt6-git/lure.sh index 6b64976..8ecc821 100644 --- a/qt6-git/lure.sh +++ b/qt6-git/lure.sh @@ -1,5 +1,5 @@ name='qt6-git' -version='6.3.0' +version='6.5' release='1' desc='Qt is the complete software development framework' homepage='https://www.qt.io/' @@ -16,7 +16,7 @@ prepare() { cd "${srcdir}" mv ./qt5 ./qt6 cd ./qt6 -git switch 6.5 +git switch ${version} perl init-repository mkdir qt6-build cd ./qt6-build