Segev Finer 040d152006
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.
2022-01-26 10:58:52 +05:30

24 lines
721 B
JSON

{
"version": "1.10.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.10.2/ninja-win.zip",
"hash": "bbde850d247d2737c5764c927d1071cbb1f1957dcabda4a130fa8547c12c695f"
}
},
"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"
}
}
}
}