ScoopInstaller_Main/elixir.json
Rémy 7461df9a33 Add checkver definition to many apps (#1119)
* add checkver definitions

* add script to list manifests without checkver definition
2016-11-10 13:32:59 +11:00

18 lines
531 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": {
"url": "https://github.com/elixir-lang/elixir/releases/latest",
"re": "\/releases\/tag\/v([\\d.]+)"
}
}