mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 18:51:21 +00:00
17 lines
521 B
JSON
17 lines
521 B
JSON
{
|
|
"homepage": "https://elixir-lang.org/",
|
|
"version": "1.6.5",
|
|
"depends": "erlang",
|
|
"url": "https://github.com/elixir-lang/elixir/releases/download/v1.6.5/Precompiled.zip",
|
|
"hash": "ba2afd91ce65ec94d460a94752fa2560391b349d0fd598847f496ee041a44b80",
|
|
"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"
|
|
}
|
|
}
|