mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-16 21:51:31 +00:00
47 lines
1.5 KiB
JSON
47 lines
1.5 KiB
JSON
{
|
|
"homepage": "https://cmake.org/",
|
|
"version": "3.10.1",
|
|
"license": "https://cmake.org/licensing/",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://cmake.org/files/v3.10/cmake-3.10.1-win64-x64.zip",
|
|
"hash": "8251f70c85b58f3ca1f24e4a3b0637e2d609b5e4a341d00b70e02e89244d5029",
|
|
"extract_dir": "cmake-3.10.1-win64-x64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://cmake.org/files/v3.10/cmake-3.10.1-win32-x86.zip",
|
|
"hash": "6fe010cce1201d884cd7a9535db8a1f16d98b8965341251fde8f1c5069ee58c0",
|
|
"extract_dir": "cmake-3.10.1-win32-x86"
|
|
}
|
|
},
|
|
"bin": [
|
|
"bin/cmake.exe",
|
|
"bin/cmcldeps.exe",
|
|
"bin/cpack.exe",
|
|
"bin/ctest.exe",
|
|
"bin/cmake-gui.exe"
|
|
],
|
|
"checkver": {
|
|
"re": "Latest\\s+Release\\s+\\(([\\d+.]+)\\)",
|
|
"url": "https://cmake.org/download/"
|
|
},
|
|
"shortcuts": [
|
|
[
|
|
"bin/cmake-gui.exe",
|
|
"cmake-gui"
|
|
]
|
|
],
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://cmake.org/files/v$majorVersion.$minorVersion/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",
|
|
"extract_dir": "cmake-$version-win32-x86"
|
|
}
|
|
}
|
|
}
|
|
}
|