mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-07 12:15:15 +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
10 lines
385 B
JSON
10 lines
385 B
JSON
{
|
|
"homepage": "https://github.com/activescott/lessmsi/",
|
|
"version": "1.4",
|
|
"license": "https://github.com/activescott/lessmsi/raw/master/LICENSE",
|
|
"hash": "ea16da35477aff1ab63d71e0f1c08ca697cad6f7211ccdf7fb8fa2c7206a1ffa",
|
|
"url": "https://github.com/activescott/lessmsi/releases/download/v1.4/lessmsi-v1.4.zip",
|
|
"bin": "lessmsi.exe",
|
|
"checkver": "github"
|
|
}
|