mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 15:11:30 +00:00
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
13 lines
392 B
JSON
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"
|
|
}
|
|
}
|