diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-11-21 17:28:14 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-11-21 17:28:14 -0800 |
| commit | eccae2adaa20c64a44034a6115c6c5f90be201be (patch) | |
| tree | d361f4a96da9fc53ad3c1bb2d761c268b5e74adc /scripts | |
| parent | 7a931c922fea21264596c3b790b21913933954fb (diff) | |
| download | vcpkg-eccae2adaa20c64a44034a6115c6c5f90be201be.tar.gz vcpkg-eccae2adaa20c64a44034a6115c6c5f90be201be.zip | |
[vcpkg-tools] Update CMake links to GitHub
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/vcpkgTools.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/vcpkgTools.xml b/scripts/vcpkgTools.xml index eaf84caa3..650e46b03 100644 --- a/scripts/vcpkgTools.xml +++ b/scripts/vcpkgTools.xml @@ -3,21 +3,21 @@ <tool name="cmake" os="windows"> <version>3.12.4</version> <exeRelativePath>cmake-3.12.4-win32-x86\bin\cmake.exe</exeRelativePath> - <url>https://cmake.org/files/v3.12/cmake-3.12.4-win32-x86.zip</url> + <url>https://github.com/Kitware/CMake/releases/download/v3.12.4/cmake-3.12.4-win32-x86.zip</url> <sha512>ca7097c5917101c39d5fa5325cd256ad3aa616a7e5811915cb2869c24961dc133726015b3576908fbd0666f89c8e31886bed9cf6b532a3fe44681d5245bc25c7</sha512> <archiveName>cmake-3.12.4-win32-x86.zip</archiveName> </tool> <tool name="cmake" os="osx"> <version>3.12.4</version> <exeRelativePath>cmake-3.12.4-Darwin-x86_64/CMake.app/Contents/bin/cmake</exeRelativePath> - <url>https://cmake.org/files/v3.12/cmake-3.12.4-Darwin-x86_64.tar.gz</url> + <url>https://github.com/Kitware/CMake/releases/download/v3.12.4/cmake-3.12.4-Darwin-x86_64.tar.gz</url> <sha512>67ce23394d9679818ab0f2792f5d585c8c6f385e18584d488a47d48b768d1ee20b58247d22945aeff1ff9f84b7e843457dac98a50801ac3068ab1fbcbe0b0f45</sha512> <archiveName>cmake-3.12.4-Darwin-x86_64.tar.gz</archiveName> </tool> <tool name="cmake" os="linux"> <version>3.12.4</version> <exeRelativePath>cmake-3.12.4-Linux-x86_64/bin/cmake</exeRelativePath> - <url>https://cmake.org/files/v3.12/cmake-3.12.4-Linux-x86_64.tar.gz</url> + <url>https://github.com/Kitware/CMake/releases/download/v3.12.4/cmake-3.12.4-Linux-x86_64.tar.gz</url> <sha512>ee9eded0c72e06ef99554f09553d40842478700ca6f07319c28247f1d45301708c703c65ad617cf618833257bacc3b9f63a54b32288bfb619d38758669dcd20f</sha512> <archiveName>cmake-3.12.4-Linux-x86_64.tar.gz</archiveName> </tool> |
