2023-01-14 16:28:12 +00:00

23 lines
825 B
JSON

{
"version": "1.14.3",
"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://repo.hex.pm/builds/elixir/v1.14.3.zip",
"hash": "32560600de17e6510ed9ffef06e5c956612ed905717ab6bf0b1eaf6b62569512",
"env_add_path": "bin",
"checkver": {
"github": "https://github.com/elixir-lang/elixir"
},
"autoupdate": {
"url": "https://repo.hex.pm/builds/elixir/v$version.zip",
"hash": {
"url": "https://repo.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"
}
}
}