From 21e12519ba3f055f0750f7c246b13653153ec62c Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Sat, 1 Sep 2018 11:33:06 -0700 Subject: [PATCH] cargo: Change default XBPS mirror address --- srcpkgs/cargo/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/cargo/template b/srcpkgs/cargo/template index 9c7b0f1a033..62767db0a75 100644 --- a/srcpkgs/cargo/template +++ b/srcpkgs/cargo/template @@ -16,7 +16,7 @@ nocross=yes case "$XBPS_MACHINE" in x86_64-musl) distfiles+=" - https://repo.voidlinux.eu/distfiles/cargo-0.29.0-x86_64-unknown-linux-musl-libgit2-27.tar.gz" + https://alpha.de.repo.voidlinux.org/distfiles/cargo-0.29.0-x86_64-unknown-linux-musl-libgit2-27.tar.gz" checksum+=" a46cb16e1008032277d744b74cba16a107539b12b8fbfd763c4cc1f80ee5568c" ;;