erlang: Use GitHub release assets (#4528)

Fixes #4527
This commit is contained in:
Luke Bakken 2023-03-08 11:45:36 -08:00 committed by GitHub
parent 1dc8e72f55
commit 5d81ed61b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,11 +8,11 @@
}, },
"architecture": { "architecture": {
"64bit": { "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" "hash": "380b55e668896cb71c9d64a26808d723bc039162745d6fa177baadb84e2310ce"
}, },
"32bit": { "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" "hash": "956f15eecdcfcc98537e482fe8f1051631c295ce590b63e01bc3a0bbe0cd3060"
} }
}, },
@ -43,10 +43,10 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "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": { "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"
} }
} }
} }