ScoopInstaller_Main/elixir.json
2018-03-09 09:00:24 +00:00

17 lines
521 B
JSON

{
"homepage": "https://elixir-lang.org/",
"version": "1.6.3",
"depends": "erlang",
"url": "https://github.com/elixir-lang/elixir/releases/download/v1.6.3/Precompiled.zip",
"hash": "fe898f6a371c43b897bfe28b874b075c71faf8fbb4bd49be73e3e1c3a61e778f",
"env_add_path": [
"bin"
],
"checkver": {
"github": "https://github.com/elixir-lang/elixir"
},
"autoupdate": {
"url": "https://github.com/elixir-lang/elixir/releases/download/v$version/Precompiled.zip"
}
}