ScoopInstaller_Main/elixir.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

17 lines
473 B
JSON

{
"homepage": "http://elixir-lang.org/",
"version": "1.2.5",
"depends": "erlang",
"url": "https://github.com/elixir-lang/elixir/releases/download/v1.2.5/Precompiled.zip",
"hash": "4ab860707040e2dde4024cc8c0f74f1adc48aaae8d48293bf2b98fda3921a99c",
"bin": [
"bin\\elixir.bat",
"bin\\elixirc.bat",
"bin\\iex.bat",
"bin\\mix.bat"
],
"checkver": {
"github": "https://github.com/elixir-lang/elixir"
}
}