mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-18 22:51:28 +00:00
20 lines
600 B
JSON
20 lines
600 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",
|
|
"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"
|
|
}
|
|
}
|