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
479 B
JSON
13 lines
479 B
JSON
{
|
|
"version": "v0.5",
|
|
"license": "https://github.com/cortesi/devd/blob/master/LICENSE",
|
|
"url": "https://github.com/cortesi/devd/releases/download/v0.5/devd-0.5-windows64.zip",
|
|
"homepage": "http://corte.si/posts/devd/intro/index.html",
|
|
"hash": "c8d2e728ecdb6b5c863a37527f1517b29c25aca4f5286be9bade2f81ee784e8c",
|
|
"extract_dir": "devd-0.5-windows64",
|
|
"bin": "devd.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/cortesi/devd"
|
|
}
|
|
}
|