mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-15 11:51:23 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "1.13.0",
|
|
"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.0/ninja-win.zip",
|
|
"hash": "beb3c1bfcd01d352cb46586a4677b0a49a93b7bb668cfa5d0695283e1d8efb61"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/ninja-build/ninja/releases/download/v1.13.0/ninja-winarm64.zip",
|
|
"hash": "f089535ab1536d3017628ac60542e731a4fda431417826a442308f0bb128330b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|