mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 18:51:21 +00:00
20 lines
599 B
JSON
20 lines
599 B
JSON
{
|
|
"homepage": "http://elixir-lang.org/",
|
|
"version": "1.4.4",
|
|
"depends": "erlang",
|
|
"url": "https://github.com/elixir-lang/elixir/releases/download/v1.4.4/Precompiled.zip",
|
|
"hash": "3fc2cc2ec39315d9894a81b9d167029e4a9cfa5bb22edb3d7e0e66971d4e43ed",
|
|
"bin": [
|
|
"bin\\elixir.bat",
|
|
"bin\\elixirc.bat",
|
|
"bin\\iex.bat",
|
|
"bin\\mix.bat"
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/elixir-lang/elixir"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/elixir-lang/elixir/releases/download/v$version/Precompiled.zip"
|
|
}
|
|
}
|