ScoopInstaller_Main/ninja.json
Rémy 2fa1b0112e Checkver add github helper
Lot of manifests are using github tags to find the latest version the
url's and regex is mostly the same.

`checkver` now can also be the string "github" if the `homepage` links
to the github repo
If `homepage` is not the repo `{"checkver": "github":
"https://github.com/user/repo"}` can be used
2017-01-01 18:22:31 +01:00

14 lines
392 B
JSON

{
"homepage": "https://ninja-build.org/",
"version": "1.7.1",
"license": "Apache 2.0",
"url": "https://github.com/ninja-build/ninja/releases/download/v1.7.1/ninja-win.zip",
"hash": "4221b2cef768de64799077ba83ca9ca28e197415a34257ed8d54f93e899afc4e",
"bin": [
"ninja.exe"
],
"checkver": {
"github": "https://github.com/ninja-build/ninja"
}
}