mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
21 lines
899 B
JSON
21 lines
899 B
JSON
{
|
|
"version": "1.11.0",
|
|
"description": "A dynamic and functional programming language designed for building scalable and maintainable applications.",
|
|
"homepage": "https://elixir-lang.org/",
|
|
"license": "Apache-2.0",
|
|
"depends": "erlang",
|
|
"url": "https://github.com/elixir-lang/elixir/releases/download/v1.11.0/Precompiled.zip",
|
|
"hash": "sha512:6293f2a0ca87872789a9b3909e782cde77409e8b3f1699f42c95ef55360bdba27c69fe6aaa1c843ef004cc4ded9d92e4cc0053f845c0208ec38f1d11945cae07",
|
|
"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",
|
|
"hash": {
|
|
"url": "https://github.com/elixir-lang/elixir/releases/tag/v$version/",
|
|
"regex": "$basename SHA512: $sha512"
|
|
}
|
|
}
|
|
}
|