mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
ninja-kitware: Add version 1.10.2.g51db2.kitware.jobserver-1 (#3253)
* ninja-kitware: Add version 1.10.2.g51db2.kitware.jobserver-1 * Modify ninja-kitware.json and ninja.json Modified so they include the architecture and a better description for ninja-kitware.
This commit is contained in:
parent
2663e07b6e
commit
040d152006
26
bucket/ninja-kitware.json
Normal file
26
bucket/ninja-kitware.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"version": "1.10.2.g51db2.kitware.jobserver-1",
|
||||
"description": "A small build system with a focus on speed (Kitware fork with jobserver support).",
|
||||
"homepage": "https://github.com/Kitware/ninja",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/Kitware/ninja/releases/download/v1.10.2.g51db2.kitware.jobserver-1/ninja-1.10.2.g51db2.kitware.jobserver-1_x86_64-pc-windows-msvc.zip",
|
||||
"hash": "6695ef68138f6c34713e48bb1a44ea7627e868fbc658424cc81e7c08f934da92",
|
||||
"extract_dir": "ninja-1.10.2.g51db2.kitware.jobserver-1_x86_64-pc-windows-msvc"
|
||||
}
|
||||
},
|
||||
"bin": "ninja.exe",
|
||||
"checkver": {
|
||||
"github": "https://github.com/Kitware/ninja",
|
||||
"regex": "/releases/tag/(?:v|V)?([\\w.-]+)"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/Kitware/ninja/releases/download/v$version/ninja-$version_x86_64-pc-windows-msvc.zip",
|
||||
"extract_dir": "ninja-$version_x86_64-pc-windows-msvc"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -3,13 +3,21 @@
|
||||
"description": "A small build system with a focus on speed.",
|
||||
"homepage": "https://ninja-build.org/",
|
||||
"license": "Apache-2.0",
|
||||
"url": "https://github.com/ninja-build/ninja/releases/download/v1.10.2/ninja-win.zip",
|
||||
"hash": "bbde850d247d2737c5764c927d1071cbb1f1957dcabda4a130fa8547c12c695f",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/ninja-build/ninja/releases/download/v1.10.2/ninja-win.zip",
|
||||
"hash": "bbde850d247d2737c5764c927d1071cbb1f1957dcabda4a130fa8547c12c695f"
|
||||
}
|
||||
},
|
||||
"bin": "ninja.exe",
|
||||
"checkver": {
|
||||
"github": "https://github.com/ninja-build/ninja"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://github.com/ninja-build/ninja/releases/download/v$version/ninja-win.zip"
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/ninja-build/ninja/releases/download/v$version/ninja-win.zip"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user