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