diff --git a/kde/frameworks/version.ini b/kde/frameworks/version.ini index 07f5fe74..258d8ab7 100644 --- a/kde/frameworks/version.ini +++ b/kde/frameworks/version.ini @@ -1,17 +1,18 @@ [General] name = KF5 branches = master ; all releases we want to support for building ; restrict to last 6 stable releases ; if you remove releases here, consider to cleanup the scripts/patches for special handling of old releases tarballs = 5.64.0;5.65.0;5.66.0;5.67.0;5.68.0;5.69.0 ; release target to build defaulttarget = 5.69.0 tarballUrl = https://download.kde.org/stable/frameworks/${VERSION_MAJOR}.${VERSION_MINOR}/${PACKAGE_NAME}-${VERSION}.tar.xz tarballDigestUrl = https://download.kde.org/stable/frameworks/${VERSION_MAJOR}.${VERSION_MINOR}/${PACKAGE_NAME}-${VERSION}.tar.xz.sha256 tarballInstallSrc = ${PACKAGE_NAME}-${VERSION} -gitUrl = git://anongit.kde.org/${PACKAGE_NAME} +gitUrl = https://invent.kde.org/frameworks/${PACKAGE_NAME}.git +gitUpdatedRepoUrl = git://anongit.kde.org/${PACKAGE_NAME}; https://invent.kde.org/frameworks/${PACKAGE_NAME}.git