mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 17:51:21 +00:00
21 lines
899 B
JSON
21 lines
899 B
JSON
{
|
|
"version": "1.11.2",
|
|
"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.2/Precompiled.zip",
|
|
"hash": "sha512:7b6ece70d2db6cf4b02c3e72f0ae2edc68e13a2651876525eab08e3c3c3f1f88d294e3f412c3fb736bc84ba4c2897930101b0ac715e322f1554f29c69e2d1e77",
|
|
"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"
|
|
}
|
|
}
|
|
}
|