mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-11 03:01:22 +00:00
17 lines
521 B
JSON
17 lines
521 B
JSON
{
|
|
"homepage": "https://elixir-lang.org/",
|
|
"version": "1.5.3",
|
|
"depends": "erlang",
|
|
"url": "https://github.com/elixir-lang/elixir/releases/download/v1.5.3/Precompiled.zip",
|
|
"hash": "70972b844c12bc1a3960136d628ab4f21ca87dd5539c544ebabe41d6c9239ba9",
|
|
"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"
|
|
}
|
|
}
|