Ilkka Poutanen 307c7ce2bb
elixir: Switch to new domain for build artifacts (#4813)
* Update elixir to download from new domain

The official hex.pm build artifacts domain has changed, see https://hex.pm/blog/new-domain-for-build-artifacts.

* Add final newline

---------

Co-authored-by: HUMORCE <humorce@outlook.com>
2023-05-23 19:28:56 +00:00

23 lines
831 B
JSON

{
"version": "1.14.5",
"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.14.5.zip",
"hash": "f4e4e46aa5b3ddb2de7dd7147c0dfb8e6299be49a6cf5418fcc7fc02f9d633a1",
"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"
}
}
}