mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-06 19:55: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
13 lines
474 B
JSON
13 lines
474 B
JSON
{
|
|
"homepage": "https://jedisct1.github.io/minisign/",
|
|
"version": "0.6",
|
|
"license": "https://github.com/jedisct1/minisign/blob/master/LICENSE",
|
|
"url": "https://github.com/jedisct1/minisign/releases/download/0.7/minisign-win32.zip",
|
|
"hash": "2a1cc74a608b24a3475b78b8943125e799c270cc8d0b940cceaec34e8f5e0e33",
|
|
"extract_dir": "minisign-win32",
|
|
"bin": "minisign.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/jedisct1/minisign"
|
|
}
|
|
}
|