mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 07:41:20 +00:00
21 lines
897 B
JSON
21 lines
897 B
JSON
{
|
|
"homepage": "https://elixir-lang.org/",
|
|
"description": "A dynamic and functional programming language designed for building scalable and maintainable applications.",
|
|
"version": "1.9.4",
|
|
"license": "Apache-2.0",
|
|
"depends": "erlang",
|
|
"url": "https://github.com/elixir-lang/elixir/releases/download/v1.9.4/Precompiled.zip",
|
|
"hash": "sha512:f86170bde3b3ad3d1365f34f77ab9cb424c4638a4067fd7d509787c03dea0d40061ef1a2c8d1d9e42bec65b8cda8c1bf32801e4712531eeaef50e0cd53ac2369",
|
|
"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"
|
|
}
|
|
}
|
|
}
|