mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
23 lines
831 B
JSON
23 lines
831 B
JSON
{
|
|
"version": "1.18.4",
|
|
"description": "A dynamic and functional programming language designed for building scalable and maintainable applications.",
|
|
"homepage": "https://elixir-lang.org/",
|
|
"license": "Apache-2.0",
|
|
"suggest": {
|
|
"Erlang compiler": "erlang"
|
|
},
|
|
"url": "https://builds.hex.pm/builds/elixir/v1.18.4.zip",
|
|
"hash": "9e87c5e5efd9b85565f28077d53adb73d7cd7440900cf02c4b58364cb9ef5a9a",
|
|
"env_add_path": "bin",
|
|
"checkver": {
|
|
"github": "https://github.com/elixir-lang/elixir"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://builds.hex.pm/builds/elixir/v$version.zip",
|
|
"hash": {
|
|
"url": "https://builds.hex.pm/builds/elixir/builds.txt",
|
|
"regex": "$version [a-zA-Z0-9]+ \\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z $sha256"
|
|
}
|
|
}
|
|
}
|