ScoopInstaller_Main/elixir.json
coonce 074e5f9be7 elixir.json: add bin to path (#1695)
The bin directory includes all the executables that are shimmed as well
as a 'mix' file needed for running 'iex -S mix'. Without the 'mix' file,
'iex' tries to parse 'mix.cmd' as Elixir code.
2017-09-10 18:47:40 +02:00

17 lines
521 B
JSON

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