From 6a12a98d2b8515e1c7ad7598601a1b7dce7b1300 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sun, 17 Sep 2023 13:38:34 -0400 Subject: [PATCH 1/2] data/*.conf: remove old mirrors or use repo-default --- data/repod-main.conf | 2 +- data/xbps.conf | 10 +--------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/data/repod-main.conf b/data/repod-main.conf index 9890a844c..e1c99f1e3 100644 --- a/data/repod-main.conf +++ b/data/repod-main.conf @@ -1 +1 @@ -repository=https://a-hel-fi.m.voidlinux.org/current +repository=https://repo-default.voidlinux.org/current diff --git a/data/xbps.conf b/data/xbps.conf index 05b4693e6..dfb5c3610 100644 --- a/data/xbps.conf +++ b/data/xbps.conf @@ -48,15 +48,7 @@ ## REPOSITORY MIRRORS # -# - https://beta.de.repo.voidlinux.org/current -# - https://beta.de.repo.voidlinux.org/current/nonfree -# - https://beta.de.repo.voidlinux.org/current/multilib -# - https://beta.de.repo.voidlinux.org/current/multilib/nonfree -# -# - http://alpha.us.repo.voidlinux.org/current -# - http://alpha.us.repo.voidlinux.org/current/nonfree -# - http://alpha.us.repo.voidlinux.org/current/multilib -# - http://alpha.us.repo.voidlinux.org/current/multilib/nonfree +# For a complete list, see https://docs.voidlinux.org/xbps/repositories/mirrors/ ## PRESERVING FILES # From 75e85451d94597ceff8974dc9de1fca85d28b284 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 1 Nov 2023 13:11:27 -0400 Subject: [PATCH 2/2] README: a-hel-fi.m -> repo-default for static bins --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 703ef0680..bfd933921 100644 --- a/README.md +++ b/README.md @@ -128,14 +128,14 @@ Good luck! Binaries for Linux compiled statically with the musl C library are available: -* [aarch64](https://a-hel-fi.m.voidlinux.org/static/xbps-static-latest.aarch64-musl.tar.xz) -* [armv6hf](https://a-hel-fi.m.voidlinux.org/static/xbps-static-latest.armv6l-musl.tar.xz) -* [i686](https://a-hel-fi.m.voidlinux.org/static/xbps-static-latest.i686-musl.tar.xz) -* [x86\_64](https://a-hel-fi.m.voidlinux.org/static/xbps-static-latest.x86_64-musl.tar.xz) -* [mips32](https://a-hel-fi.m.voidlinux.org/static/xbps-static-latest.mips-musl.tar.xz) +* [aarch64](https://repo-default.voidlinux.org/static/xbps-static-latest.aarch64-musl.tar.xz) +* [armv6hf](https://repo-default.voidlinux.org/static/xbps-static-latest.armv6l-musl.tar.xz) +* [i686](https://repo-default.voidlinux.org/static/xbps-static-latest.i686-musl.tar.xz) +* [x86\_64](https://repo-default.voidlinux.org/static/xbps-static-latest.x86_64-musl.tar.xz) +* [mips32](https://repo-default.voidlinux.org/static/xbps-static-latest.mips-musl.tar.xz) These builds are available on all official void mirrors, along with their -*sha256* [checksums](https://a-hel-fi.m.voidlinux.org/static/sha256sums.txt). +*sha256* [checksums](https://repo-default.voidlinux.org/static/sha256sums.txt). ### Usage instructions