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