Use new domain repo.hex.pm => builds.hex.pm (#192)

This commit is contained in:
Eric Meadows-Jönsson
2023-05-01 14:59:28 +01:00
committed by GitHub
parent 2595a954a1
commit c2e02f777c
8 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -223,7 +223,7 @@ async function getOTPVersions(osVersion) {
let originListing
let pageIdxs
if (process.platform === 'linux') {
originListing = `https://repo.hex.pm/builds/otp/${osVersion}/builds.txt`
originListing = `https://builds.hex.pm/builds/otp/${osVersion}/builds.txt`
pageIdxs = [null]
} else if (process.platform === 'win32') {
originListing =
@@ -263,7 +263,7 @@ async function getOTPVersions(osVersion) {
async function getElixirVersions() {
const elixirVersionsListings = await get(
'https://repo.hex.pm/builds/elixir/builds.txt',
'https://builds.hex.pm/builds/elixir/builds.txt',
[null],
)
const otpVersionsForElixirMap = new Map()