mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-11 19:21:18 +00:00
15 lines
505 B
JSON
15 lines
505 B
JSON
{
|
|
"homepage": "https://elixir-lang.org/",
|
|
"version": "1.8.2",
|
|
"depends": "erlang",
|
|
"url": "https://github.com/elixir-lang/elixir/releases/download/v1.8.2/Precompiled.zip",
|
|
"hash": "e16b3de37df6492c767fc25d3e921647a8e4dd0e2b3c90775baf0a7fb2547df2",
|
|
"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"
|
|
}
|
|
}
|