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
16 lines
491 B
JSON
16 lines
491 B
JSON
{
|
|
"homepage": "https://www.syncany.org/",
|
|
"license": "https://raw.githubusercontent.com/syncany/syncany/develop/LICENSE.md",
|
|
"version": "0.4.0",
|
|
"url": "https://www.syncany.org/dist/releases/syncany-cli-0.4.0-alpha.exe",
|
|
"hash": "386365f99ea985a9abedab58439980500b3b62592531cd44af32e30f63df232d",
|
|
"innosetup": true,
|
|
"bin": [
|
|
"bin\\sy.bat",
|
|
"bin\\syncany.bat"
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/syncany/syncany"
|
|
}
|
|
}
|