mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-22 08:31:20 +00:00
20 lines
600 B
JSON
20 lines
600 B
JSON
{
|
|
"homepage": "https://elixir-lang.org/",
|
|
"version": "1.4.5",
|
|
"depends": "erlang",
|
|
"url": "https://github.com/elixir-lang/elixir/releases/download/v1.4.5/Precompiled.zip",
|
|
"hash": "a740e634e3c68b1477e16d75a0fd400237a46c62ceb5d04551dbc46093a03f98",
|
|
"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"
|
|
}
|
|
}
|