mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "1.13.1",
|
|
"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.1/ninja-win.zip",
|
|
"hash": "26a40fa8595694dec2fad4911e62d29e10525d2133c9a4230b66397774ae25bf"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/ninja-build/ninja/releases/download/v1.13.1/ninja-winarm64.zip",
|
|
"hash": "fb959b674970e36a7c9a23191524b80fb5298fc71fc98bfa42456bcc0a8dfb2f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|