mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
cmake: Add arm64 architecture (#4707)
This commit is contained in:
parent
ec2333eb55
commit
4dd2acf9b6
@ -13,6 +13,11 @@
|
||||
"url": "https://github.com/Kitware/CMake/releases/download/v3.26.3/cmake-3.26.3-windows-i386.zip",
|
||||
"hash": "073ebce128b05716ed07dfa1d62448302c1355013ef4b5e17c3535a2821c4cbc",
|
||||
"extract_dir": "cmake-3.26.3-windows-i386"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/Kitware/CMake/releases/download/v3.26.3/cmake-3.26.3-windows-arm64.zip",
|
||||
"hash": "fd1d908ea54a081a092bc7f9dad0a6ba90fc5aa2644ee5cef901e3f925fce3d8",
|
||||
"extract_dir": "cmake-3.26.3-windows-arm64"
|
||||
}
|
||||
},
|
||||
"bin": [
|
||||
@ -41,6 +46,10 @@
|
||||
"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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user