mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-22 08:31:20 +00:00
60 lines
2.2 KiB
JSON
60 lines
2.2 KiB
JSON
{
|
|
"version": "3.29.1",
|
|
"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.1/cmake-3.29.1-windows-x86_64.zip",
|
|
"hash": "c8cf6ed50551d00ad8cd1f3b232810cd0a8b43b4a1d4f1393f0a575d423884dc",
|
|
"extract_dir": "cmake-3.29.1-windows-x86_64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Kitware/CMake/releases/download/v3.29.1/cmake-3.29.1-windows-i386.zip",
|
|
"hash": "4c832bbd9bb7a6756b13743956b87a9ae0ba869cb2e1a139bb540e456fd919ee",
|
|
"extract_dir": "cmake-3.29.1-windows-i386"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/Kitware/CMake/releases/download/v3.29.1/cmake-3.29.1-windows-arm64.zip",
|
|
"hash": "d1b4cb4ce6b0bebffc3aab5e64b147dd398aa81597b94eb9d88c69415bc137ff",
|
|
"extract_dir": "cmake-3.29.1-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"
|
|
}
|
|
}
|
|
}
|