mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 17:51:21 +00:00
17 lines
521 B
JSON
17 lines
521 B
JSON
{
|
|
"homepage": "https://elixir-lang.org/",
|
|
"version": "1.6.3",
|
|
"depends": "erlang",
|
|
"url": "https://github.com/elixir-lang/elixir/releases/download/v1.6.3/Precompiled.zip",
|
|
"hash": "fe898f6a371c43b897bfe28b874b075c71faf8fbb4bd49be73e3e1c3a61e778f",
|
|
"env_add_path": [
|
|
"bin"
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/elixir-lang/elixir"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/elixir-lang/elixir/releases/download/v$version/Precompiled.zip"
|
|
}
|
|
}
|