diff options
| author | Chocobo1 <Chocobo1@users.noreply.github.com> | 2021-09-03 04:25:35 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-02 13:25:35 -0700 |
| commit | 5a39e7f0c5018a6f865604485d137747c37a8490 (patch) | |
| tree | 16252f8f1c0bcfde89adb3e3531c25fb773ff362 /ports | |
| parent | 8655bfd4b311df8dd853ca49969a9ecfac94ea91 (diff) | |
| download | vcpkg-5a39e7f0c5018a6f865604485d137747c37a8490.tar.gz vcpkg-5a39e7f0c5018a6f865604485d137747c37a8490.zip | |
[qtbase] Download submodules over https instead of plain git protocol (#19844)
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/qtbase/cmake/qt_install_submodule.cmake | 2 | ||||
| -rw-r--r-- | ports/qtbase/vcpkg.json | 1 |
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": [ |
