mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
21 lines
828 B
JSON
21 lines
828 B
JSON
{
|
|
"version": "1.12.3",
|
|
"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.12.3/Precompiled.zip",
|
|
"hash": "b209f63ab5740a7f3011e288727993bd0a4f4fcf910f4e9a5791cb057e95fcbe",
|
|
"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"
|
|
}
|
|
}
|
|
}
|