ScoopInstaller_Main/elixir.json
2018-01-17 19:00:17 +00:00

17 lines
521 B
JSON

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