mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
24 lines
721 B
JSON
24 lines
721 B
JSON
{
|
|
"version": "1.11.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.11.0/ninja-win.zip",
|
|
"hash": "d0ee3da143211aa447e750085876c9b9d7bcdd637ab5b2c5b41349c617f22f3b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|