From f83b230823217f8a8f0593c2b4086c92c62453bf Mon Sep 17 00:00:00 2001 From: xpamych Date: Fri, 30 Dec 2022 00:02:53 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D0=B8=20=D0=BD?= =?UTF-8?q?=D0=B0=206.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qt6-git/lure.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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