mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-12 06:35:14 +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
361 B
JSON
13 lines
361 B
JSON
{
|
|
"homepage": "http://forge.run",
|
|
"version": "1.3.1",
|
|
"url": "https://github.com/fsharp-editing/Forge/releases/download/1.3.1/forge.zip",
|
|
"hash": "bd8d60d475e0ec81fc268258bb08b2553b67e07ae45838518d4a5625dab75c7b",
|
|
"bin": [
|
|
"bin\\forge.exe"
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/fsharp-editing/Forge"
|
|
}
|
|
}
|