mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-07 07:51:18 +00:00
20 lines
600 B
JSON
20 lines
600 B
JSON
{
|
|
"homepage": "https://elixir-lang.org/",
|
|
"version": "1.5.0",
|
|
"depends": "erlang",
|
|
"url": "https://github.com/elixir-lang/elixir/releases/download/v1.5.0/Precompiled.zip",
|
|
"hash": "01841d8f973e10ea2e8e29342193063efb5ebe2c598c21dc8a3b93ec8428466a",
|
|
"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"
|
|
}
|
|
}
|