ScoopInstaller_Main/scriptcs.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

13 lines
392 B
JSON

{
"homepage": "http://scriptcs.net/",
"version": "0.13.2",
"license": "Apache 2.0",
"url": "http://chocolatey.org/api/v2/package/ScriptCs/0.13.2?fn=/dl.zip",
"hash": "b0e24268e5e5258cd2f26bacfccb75427884cb00435358b724fbf15d5fb38083",
"extract_dir": "tools",
"bin": "scriptcs.exe",
"checkver": {
"github": "https://github.com/scriptcs/scriptcs"
}
}