From 54304fb9ea7747182797f7d379a459d2edb92946 Mon Sep 17 00:00:00 2001 From: Fuzzbawls Date: Tue, 30 Mar 2021 21:22:51 -0700 Subject: [PATCH] [For testing only] change source URL for rust This is for testing purposes only and will be dropped prior to merge. This is done so as to not interrupt CI builds that use previous rust toolchain packages. --- depends/packages/native_rust.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/depends/packages/native_rust.mk b/depends/packages/native_rust.mk index 7e116c9bcb208b..038501f5cbb492 100644 --- a/depends/packages/native_rust.mk +++ b/depends/packages/native_rust.mk @@ -1,6 +1,6 @@ package=native_rust $(package)_version=1.42.0 -$(package)_download_path=https://depends.pivx.org +$(package)_download_path=https://fuzzbawls.pw/depends-cache $(package)_file_name_x86_64_linux=rust-$($(package)_version)-x86_64-unknown-linux-gnu.tar.gz $(package)_sha256_hash_x86_64_linux=fce33280b344ab0fecc55be24632a3c0086fd763f4df1d59013dfc0e49f0356c $(package)_file_name_arm_linux=rust-$($(package)_version)-arm-unknown-linux-gnueabihf.tar.gz