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 | |
| parent | 8655bfd4b311df8dd853ca49969a9ecfac94ea91 (diff) | |
| download | vcpkg-5a39e7f0c5018a6f865604485d137747c37a8490.tar.gz vcpkg-5a39e7f0c5018a6f865604485d137747c37a8490.zip | |
[qtbase] Download submodules over https instead of plain git protocol (#19844)
| -rw-r--r-- | ports/qtbase/cmake/qt_install_submodule.cmake | 2 | ||||
| -rw-r--r-- | ports/qtbase/vcpkg.json | 1 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/q-/qtbase.json | 5 |
4 files changed, 8 insertions, 2 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": [ diff --git a/versions/baseline.json b/versions/baseline.json index 44f2f5921..e1b0db0c7 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5394,7 +5394,7 @@ }, "qtbase": { "baseline": "6.1.2", - "port-version": 0 + "port-version": 1 }, "qtcharts": { "baseline": "6.1.2", diff --git a/versions/q-/qtbase.json b/versions/q-/qtbase.json index 784fc5be0..193994989 100644 --- a/versions/q-/qtbase.json +++ b/versions/q-/qtbase.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "ed0018dce35e4246be83589358400a7617a8933f", + "version-semver": "6.1.2", + "port-version": 1 + }, + { "git-tree": "953b2fbc4ecc9e3ec83df47f2470d078f21758bd", "version-semver": "6.1.2", "port-version": 0 |
