From 307c7ce2bbcce0c11c625861e4a569bb2e9519cf Mon Sep 17 00:00:00 2001 From: Ilkka Poutanen Date: Tue, 23 May 2023 22:28:56 +0300 Subject: [PATCH] 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 --- bucket/elixir.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/elixir.json b/bucket/elixir.json index d817d83832..e06db01a8c 100644 --- a/bucket/elixir.json +++ b/bucket/elixir.json @@ -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" } }