mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 11:41:20 +00:00
60 lines
2.2 KiB
JSON
60 lines
2.2 KiB
JSON
{
|
|
"version": "3.30.2",
|
|
"description": "Family of tools designed to build, test and package software",
|
|
"homepage": "https://cmake.org",
|
|
"license": "BSD-3-Clause",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Kitware/CMake/releases/download/v3.30.2/cmake-3.30.2-windows-x86_64.zip",
|
|
"hash": "48bf4b3dc2d668c578e0884cac7878e146b036ca6b5ce4f8b5572f861b004c25",
|
|
"extract_dir": "cmake-3.30.2-windows-x86_64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Kitware/CMake/releases/download/v3.30.2/cmake-3.30.2-windows-i386.zip",
|
|
"hash": "d01f7ea52097dd58aa225884b1ecc543827e9ef99d36dac2898609a0d5e60eb6",
|
|
"extract_dir": "cmake-3.30.2-windows-i386"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/Kitware/CMake/releases/download/v3.30.2/cmake-3.30.2-windows-arm64.zip",
|
|
"hash": "c0cef52e8f60eb1c3058f8bc0b3803c27d79f066b7d7d94f46a2c689bbd36f22",
|
|
"extract_dir": "cmake-3.30.2-windows-arm64"
|
|
}
|
|
},
|
|
"bin": [
|
|
"bin\\cmake.exe",
|
|
"bin\\cmcldeps.exe",
|
|
"bin\\cpack.exe",
|
|
"bin\\ctest.exe",
|
|
"bin\\cmake-gui.exe"
|
|
],
|
|
"shortcuts": [
|
|
[
|
|
"bin\\cmake-gui.exe",
|
|
"cmake-gui"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"url": "https://cmake.org/download/",
|
|
"regex": "Latest Release \\(([\\d.]+)\\)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Kitware/CMake/releases/download/v$version/cmake-$version-windows-x86_64.zip",
|
|
"extract_dir": "cmake-$version-windows-x86_64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Kitware/CMake/releases/download/v$version/cmake-$version-windows-i386.zip",
|
|
"extract_dir": "cmake-$version-windows-i386"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/Kitware/CMake/releases/download/v$version/cmake-$version-windows-arm64.zip",
|
|
"extract_dir": "cmake-$version-windows-arm64"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/cmake-$version-SHA-256.txt"
|
|
}
|
|
}
|
|
}
|