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