mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-09 21:25:15 +00:00
17 lines
521 B
JSON
17 lines
521 B
JSON
{
|
|
"homepage": "https://elixir-lang.org/",
|
|
"version": "1.7.0",
|
|
"depends": "erlang",
|
|
"url": "https://github.com/elixir-lang/elixir/releases/download/v1.7.0/Precompiled.zip",
|
|
"hash": "19863a565875f4aaebb73de09f85c22d07b45d0e61d1e6bf5eb4b8e632569665",
|
|
"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"
|
|
}
|
|
}
|