2024-03-10 12:30:32 +00:00

23 lines
831 B
JSON

{
"version": "1.16.2",
"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.16.2.zip",
"hash": "0161578ce5988e286eafd2ee1b6b1999ac69c6a1b226209e332b9e9db1522dcb",
"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"
}
}
}