mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-06 11:45:15 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "1.13.2",
|
|
"description": "A small build system with a focus on speed.",
|
|
"homepage": "https://ninja-build.org/",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ninja-build/ninja/releases/download/v1.13.2/ninja-win.zip",
|
|
"hash": "07fc8261b42b20e71d1720b39068c2e14ffcee6396b76fb7a795fb460b78dc65"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/ninja-build/ninja/releases/download/v1.13.2/ninja-winarm64.zip",
|
|
"hash": "e52f0bdef9dfb1003229dbd6508a508c4073fd017247002adc66e5e806cb0391"
|
|
}
|
|
},
|
|
"bin": "ninja.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/ninja-build/ninja"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ninja-build/ninja/releases/download/v$version/ninja-win.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/ninja-build/ninja/releases/download/v$version/ninja-winarm64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|