ScoopInstaller_Main/forge.json
Rémy 2fa1b0112e Checkver add github helper
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
2017-01-01 18:22:31 +01:00

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"
}
}