mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 18:51:21 +00:00
CMake: Use GitHub urls (#40)
Co-Authored-By: DaanDeMeyer <DaanDeMeyer@users.noreply.github.com>
This commit is contained in:
parent
2e3bb21f52
commit
4e0865f59b
@ -5,12 +5,12 @@
|
||||
"license": "BSD-3-Clause",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://cmake.org/files/v3.14/cmake-3.14.3-win64-x64.zip",
|
||||
"url": "https://github.com/Kitware/CMake/releases/download/v3.14.3/cmake-3.14.3-win64-x64.zip",
|
||||
"hash": "53856665d3302aca1684e20eaf423062ab192665a9714a27b10f2d6cd01f3454",
|
||||
"extract_dir": "cmake-3.14.3-win64-x64"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://cmake.org/files/v3.14/cmake-3.14.3-win32-x86.zip",
|
||||
"url": "https://github.com/Kitware/CMake/releases/download/v3.14.3/cmake-3.14.3-win32-x86.zip",
|
||||
"hash": "1a2d8ffdb63d3b53fe3a93e378ce2e4a36656bdce015cc3e561920e406ebf497",
|
||||
"extract_dir": "cmake-3.14.3-win32-x86"
|
||||
}
|
||||
@ -23,8 +23,7 @@
|
||||
"bin/cmake-gui.exe"
|
||||
],
|
||||
"checkver": {
|
||||
"re": "Latest\\s+Release\\s+\\(([\\d+.]+)\\)",
|
||||
"url": "https://cmake.org/download/"
|
||||
"github": "https://github.com/Kitware/CMake"
|
||||
},
|
||||
"shortcuts": [
|
||||
[
|
||||
@ -35,11 +34,11 @@
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://cmake.org/files/v$majorVersion.$minorVersion/cmake-$version-win64-x64.zip",
|
||||
"url": "https://github.com/Kitware/CMake/releases/download/v$version/cmake-$version-win64-x64.zip",
|
||||
"extract_dir": "cmake-$version-win64-x64"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://cmake.org/files/v$majorVersion.$minorVersion/cmake-$version-win32-x86.zip",
|
||||
"url": "https://github.com/Kitware/CMake/releases/download/v$version/cmake-$version-win32-x86.zip",
|
||||
"extract_dir": "cmake-$version-win32-x86"
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user