mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
21 lines
899 B
JSON
21 lines
899 B
JSON
{
|
|
"version": "1.13.4",
|
|
"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.13.4/Precompiled.zip",
|
|
"hash": "sha512:e64c714e80cd9657b8897d725f6d78f251d443082f6af5070caec863c18068c97af6bdda156c3b3390e0a2b84f77c2ad3378a42913f64bb583fb5251fa49e619",
|
|
"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"
|
|
}
|
|
}
|
|
}
|