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>
This commit is contained in:
Ilkka Poutanen 2023-05-23 22:28:56 +03:00 committed by GitHub
parent 76a925b48b
commit 307c7ce2bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,16 +6,16 @@
"suggest": {
"Erlang compiler": "erlang"
},
"url": "https://repo.hex.pm/builds/elixir/v1.14.5.zip",
"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://repo.hex.pm/builds/elixir/v$version.zip",
"url": "https://builds.hex.pm/builds/elixir/v$version.zip",
"hash": {
"url": "https://repo.hex.pm/builds/elixir/builds.txt",
"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"
}
}