Thanabodee Charoenpiriyakij d08d38049e
elixir: Update to version 1.14.0 (#3921)
Use Elixir 1.14 from hex.pm instead of from github release page. The
package is version that compiled lowest OTP. In this case, it's OTP 23.

Closes #3886
2022-09-15 02:14:44 +05:30

23 lines
836 B
JSON

{
"version": "1.14.0",
"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.0.zip",
"hash": "sha256:cfe28e62c152235b948a0a89a833cb2795302604a5c21fe06f85a6f786e67b28",
"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"
}
}
}