diff options
author | jperkin <jperkin@pkgsrc.org> | 2022-07-07 16:26:36 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2022-07-07 16:26:36 +0000 |
commit | 260fe19ddb43edfac6c542e096dfe727e8d16da9 (patch) | |
tree | e3f216e43e65405aa94835598cde262fdbb1e05b /lang/rust/Makefile | |
parent | 162434f821f3d565e9ac5665a8acf6f20a75664c (diff) | |
download | pkgsrc-260fe19ddb43edfac6c542e096dfe727e8d16da9.tar.gz |
lang: Switch distfile location from Joyent to MNX Manta.
No functional change.
Diffstat (limited to 'lang/rust/Makefile')
-rw-r--r-- | lang/rust/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/rust/Makefile b/lang/rust/Makefile index f6e44853467..070e8eb540c 100644 --- a/lang/rust/Makefile +++ b/lang/rust/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.261 2022/06/28 11:34:15 wiz Exp $ +# $NetBSD: Makefile,v 1.262 2022/07/07 16:26:37 jperkin Exp $ DISTNAME= rustc-1.60.0-src PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//} @@ -236,7 +236,7 @@ pre-build-fix: RUST_STAGE0_VER= 1.59.0 RUST_ARCH:= x86_64-unknown-illumos RUST_STAGE0:= rust-${RUST_STAGE0_VER}-${RUST_ARCH}.tar.gz -SITES.${RUST_STAGE0}= https://us-east.manta.joyent.com/pkgsrc/public/pkg-bootstraps/ +SITES.${RUST_STAGE0}= https://us-central.manta.mnx.io/pkgsrc/public/pkg-bootstraps/ DISTFILES:= ${DISTFILES} ${RUST_STAGE0} RUST_BOOTSTRAP_PATH?= ${WRKDIR}/rust-${RUST_STAGE0_VER}-${RUST_ARCH} # Override default "x86_64-sun-solaris" selection |