ScoopInstaller_Main/elixir.json
2017-05-15 18:02:00 +02:00

20 lines
599 B
JSON

{
"homepage": "http://elixir-lang.org/",
"version": "1.4.4",
"depends": "erlang",
"url": "https://github.com/elixir-lang/elixir/releases/download/v1.4.4/Precompiled.zip",
"hash": "3fc2cc2ec39315d9894a81b9d167029e4a9cfa5bb22edb3d7e0e66971d4e43ed",
"bin": [
"bin\\elixir.bat",
"bin\\elixirc.bat",
"bin\\iex.bat",
"bin\\mix.bat"
],
"checkver": {
"github": "https://github.com/elixir-lang/elixir"
},
"autoupdate": {
"url": "https://github.com/elixir-lang/elixir/releases/download/v$version/Precompiled.zip"
}
}