mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
Update cmake to version 3.8.0
This commit is contained in:
parent
f3de13e601
commit
fda980efb7
19
cmake.json
19
cmake.json
@ -1,17 +1,17 @@
|
||||
{
|
||||
"homepage": "https://cmake.org/",
|
||||
"version": "3.7.2",
|
||||
"version": "3.8.0",
|
||||
"license": "https://cmake.org/licensing/",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://cmake.org/files/v3.7/cmake-3.7.2-win64-x64.zip",
|
||||
"hash": "def3bb81dfd922ce1ea2a0647645eefb60e128d520c8ca707c5996c331bc8b48",
|
||||
"extract_dir": "cmake-3.7.2-win64-x64"
|
||||
"url": "https://cmake.org/files/v3.8/cmake-3.8.0-win64-x64.zip",
|
||||
"hash": "602d6c0bd458291d21414f94ee24f5bb623f3a623409e15601cc80b9922ff6bd",
|
||||
"extract_dir": "cmake-3.8.0-win64-x64"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://cmake.org/files/v3.7/cmake-3.7.2-win32-x86.zip",
|
||||
"hash": "ec5e299d412e0272e01d4de5bf07718f42c96361f83d51cc39f91bf49cc3e5c3",
|
||||
"extract_dir": "cmake-3.7.2-win32-x86"
|
||||
"url": "https://cmake.org/files/v3.8/cmake-3.8.0-win32-x86.zip",
|
||||
"hash": "857fca00974ad6ac12fa042373d85ad1288770d4f09fbd99753c822df76b1c6c",
|
||||
"extract_dir": "cmake-3.8.0-win32-x86"
|
||||
}
|
||||
},
|
||||
"bin": [
|
||||
@ -26,7 +26,10 @@
|
||||
"url": "https://cmake.org/download/"
|
||||
},
|
||||
"shortcuts": [
|
||||
[ "bin/cmake-gui.exe", "cmake-gui" ]
|
||||
[
|
||||
"bin/cmake-gui.exe",
|
||||
"cmake-gui"
|
||||
]
|
||||
],
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user