изменение версии на 6.5

This commit is contained in:
Евгений Храмов 2022-12-30 00:02:53 +03:00
parent 02b59520cd
commit f83b230823

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