diff options
author | ryoon <ryoon@pkgsrc.org> | 2018-10-09 12:40:05 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2018-10-09 12:40:05 +0000 |
commit | bb4aebaec8fa11c20f9fb93d726d1477ae1eeb3e (patch) | |
tree | 9d88bfa48de3ebc1606612aeabfafa3db8d6bc3e /lang | |
parent | ccc5cab303498bbd83df9598ebe3287bdf2d4628 (diff) | |
download | pkgsrc-bb4aebaec8fa11c20f9fb93d726d1477ae1eeb3e.tar.gz |
My website URI for bootsrap kit has changed. The older website will provide
older taballs, however new tarballs will be provided at the newer website only.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/rust/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/rust/Makefile b/lang/rust/Makefile index 42cfb3c72c6..7558127d0a6 100644 --- a/lang/rust/Makefile +++ b/lang/rust/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2018/10/07 23:12:49 ryoon Exp $ +# $NetBSD: Makefile,v 1.54 2018/10/09 12:40:05 ryoon Exp $ DISTNAME= rustc-1.29.1-src PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//} @@ -127,8 +127,8 @@ RUST_ARCH= i686-unknown-netbsd RUST_STAGE0:= rust-${RUST_STAGE0_VER}-${RUST_ARCH}.tar.gz RUST_STD_STAGE0:= rust-std-${RUST_STAGE0_VER}-${RUST_ARCH}.tar.gz # Do not trust ryoon@. -SITES.${RUST_STAGE0}= https://deuterium.ryoon.net/pub/rust/ -SITES.${RUST_STD_STAGE0}= https://deuterium.ryoon.net/pub/rust/ +SITES.${RUST_STAGE0}= https://www.ryoon.net/pub/rust/ +SITES.${RUST_STD_STAGE0}= https://www.ryoon.net/pub/rust/ DISTFILES:= ${DISTFILES} ${RUST_STAGE0} ${RUST_STD_STAGE0} # Setting this changes it for every distfile, which doesn't match what is # currently in distinfo. |