From 5d81ed61b473c82d7d65f505cbc151141f73af07 Mon Sep 17 00:00:00 2001 From: Luke Bakken Date: Wed, 8 Mar 2023 11:45:36 -0800 Subject: [PATCH] erlang: Use GitHub release assets (#4528) Fixes #4527 --- bucket/erlang.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/erlang.json b/bucket/erlang.json index 5e6a9dcf76..cf755fd0ce 100644 --- a/bucket/erlang.json +++ b/bucket/erlang.json @@ -8,11 +8,11 @@ }, "architecture": { "64bit": { - "url": "https://erlang.org/download/otp_win64_25.3.exe#/dl.7z", + "url": "https://github.com/erlang/otp/releases/download/OTP-25.3/otp_win64_25.3.exe#/dl.7z", "hash": "380b55e668896cb71c9d64a26808d723bc039162745d6fa177baadb84e2310ce" }, "32bit": { - "url": "https://erlang.org/download/otp_win32_25.3.exe#/dl.7z", + "url": "https://github.com/erlang/otp/releases/download/OTP-25.3/otp_win32_25.3.exe#/dl.7z", "hash": "956f15eecdcfcc98537e482fe8f1051631c295ce590b63e01bc3a0bbe0cd3060" } }, @@ -43,10 +43,10 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://erlang.org/download/otp_win64_$version.exe#/dl.7z" + "url": "https://github.com/erlang/otp/releases/download/OTP-$version/otp_win64_$version.exe#/dl.7z" }, "32bit": { - "url": "https://erlang.org/download/otp_win32_$version.exe#/dl.7z" + "url": "https://github.com/erlang/otp/releases/download/OTP-$version/otp_win32_$version.exe#/dl.7z" } } }