mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-28 11:31:42 +00:00
60 lines
2.2 KiB
JSON
60 lines
2.2 KiB
JSON
{
|
|
"version": "3.29.0",
|
|
"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.29.0/cmake-3.29.0-windows-x86_64.zip",
|
|
"hash": "9ab28eba1ab7911a0e57ab274f5990a283fffa1d22eb711792d5562e5869f9ef",
|
|
"extract_dir": "cmake-3.29.0-windows-x86_64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Kitware/CMake/releases/download/v3.29.0/cmake-3.29.0-windows-i386.zip",
|
|
"hash": "db687afa0b1d0e0c5a2641b31fab050b5e2c044189b6f022ea5a09adba6cf4f5",
|
|
"extract_dir": "cmake-3.29.0-windows-i386"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/Kitware/CMake/releases/download/v3.29.0/cmake-3.29.0-windows-arm64.zip",
|
|
"hash": "e5bea5c45b61f105429fc664364c5280acd40770cc74235b79e7422f608a9849",
|
|
"extract_dir": "cmake-3.29.0-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"
|
|
}
|
|
}
|
|
}
|