mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-26 18:41:18 +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
11 lines
474 B
JSON
11 lines
474 B
JSON
{
|
|
"version": "2.7.1",
|
|
"license": "Eclipse Public License 1.0",
|
|
"url": "https://raw.githubusercontent.com/technomancy/leiningen/150d98b7ae873001615e14f5ba3da601e8261b76/bin/lein.bat",
|
|
"homepage": "https://github.com/technomancy/leiningen",
|
|
"bin": "lein.bat",
|
|
"hash": "32385e54b54ec99ac8a37792347ca4f1a3c7feb792066d7ffc8f1e4c5b7c7ad1",
|
|
"notes": "The command 'lein self-install' is required to complete the installation",
|
|
"checkver": "github"
|
|
}
|