mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-18 06:31:25 +00:00
18 lines
531 B
JSON
18 lines
531 B
JSON
{
|
|
"homepage": "http://elixir-lang.org/",
|
|
"version": "1.2.5",
|
|
"depends": "erlang",
|
|
"url": "https://github.com/elixir-lang/elixir/releases/download/v1.2.5/Precompiled.zip",
|
|
"hash": "4ab860707040e2dde4024cc8c0f74f1adc48aaae8d48293bf2b98fda3921a99c",
|
|
"bin": [
|
|
"bin\\elixir.bat",
|
|
"bin\\elixirc.bat",
|
|
"bin\\iex.bat",
|
|
"bin\\mix.bat"
|
|
],
|
|
"checkver": {
|
|
"url": "https://github.com/elixir-lang/elixir/releases/latest",
|
|
"re": "\/releases\/tag\/v([\\d.]+)"
|
|
}
|
|
}
|