aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
Diffstat (limited to 'ports')
-rw-r--r--ports/qtbase/cmake/qt_install_submodule.cmake2
-rw-r--r--ports/qtbase/vcpkg.json1
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/qtbase/cmake/qt_install_submodule.cmake b/ports/qtbase/cmake/qt_install_submodule.cmake
index 13ec84b84..41f82d169 100644
--- a/ports/qtbase/cmake/qt_install_submodule.cmake
+++ b/ports/qtbase/cmake/qt_install_submodule.cmake
@@ -37,7 +37,7 @@ function(qt_install_submodule)
vcpkg_from_git(
OUT_SOURCE_PATH SOURCE_PATH
- URL git://code.qt.io/qt/${PORT}.git
+ URL https://code.qt.io/qt/${PORT}.git
TAG ${${PORT}_TAG}
REF ${${PORT}_REF}
${UPDATE_PORT_GIT_OPTIONS}
diff --git a/ports/qtbase/vcpkg.json b/ports/qtbase/vcpkg.json
index 4f1ba2214..55401d71a 100644
--- a/ports/qtbase/vcpkg.json
+++ b/ports/qtbase/vcpkg.json
@@ -1,6 +1,7 @@
{
"name": "qtbase",
"version-semver": "6.1.2",
+ "port-version": 1,
"description": "Qt Application Framework Base Module. Includes Core, GUI, Widgets, Networking, SQL, Concurrent and other essential qt components.",
"homepage": "https://www.qt.io/",
"dependencies": [