ScoopInstaller_Main/elixir.json
2018-03-16 12:01:49 +00:00

17 lines
521 B
JSON

{
"homepage": "https://elixir-lang.org/",
"version": "1.6.4",
"depends": "erlang",
"url": "https://github.com/elixir-lang/elixir/releases/download/v1.6.4/Precompiled.zip",
"hash": "3a081c07d8ea2ce6620201e2689ce1fac0ee937ba5c13670cbaa40349e1581ab",
"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"
}
}