ScoopInstaller_Main/elixir.json
2018-07-25 21:00:21 +00:00

17 lines
521 B
JSON

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