mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
60 lines
2.2 KiB
JSON
60 lines
2.2 KiB
JSON
{
|
|
"version": "3.29.4",
|
|
"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.4/cmake-3.29.4-windows-x86_64.zip",
|
|
"hash": "1c8bfbc5537553edccded62f8f03475a161280c1b64f54c887824c6eb4e773ff",
|
|
"extract_dir": "cmake-3.29.4-windows-x86_64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Kitware/CMake/releases/download/v3.29.4/cmake-3.29.4-windows-i386.zip",
|
|
"hash": "8773df8f82a8172cfd964cc052864592d45481a636cb8b533e3736102a97c2fa",
|
|
"extract_dir": "cmake-3.29.4-windows-i386"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/Kitware/CMake/releases/download/v3.29.4/cmake-3.29.4-windows-arm64.zip",
|
|
"hash": "16ce291dd34189a60d7add96b4148adfdbb46b6b2478086cb43abe2e5ff34ad3",
|
|
"extract_dir": "cmake-3.29.4-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"
|
|
}
|
|
}
|
|
}
|