From b84adead3fd49b3c240f533ee32563b5cf4c6f59 Mon Sep 17 00:00:00 2001 From: Chongyu Zhu Date: Thu, 7 Mar 2019 17:36:13 +0800 Subject: [PATCH] rustup-init 1.17.0 Closes #37687. Signed-off-by: Chongyu Zhu --- Formula/rustup-init.rb | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/Formula/rustup-init.rb b/Formula/rustup-init.rb index a865bf0beb..f8426ffbcd 100644 --- a/Formula/rustup-init.rb +++ b/Formula/rustup-init.rb @@ -1,8 +1,8 @@ class RustupInit < Formula desc "The Rust toolchain installer" homepage "https://github.com/rust-lang/rustup.rs" - url "https://github.com/rust-lang/rustup.rs/archive/1.16.0.tar.gz" - sha256 "8c4ffeda2088dbdd5ea2eac8acef5ddd57dfcfe1f06a503e3da790f93161e1a6" + url "https://github.com/rust-lang/rustup.rs/archive/1.17.0.tar.gz" + sha256 "6db73f9684b4d93de47cd511ebd56c2821c37bb41054a4a60060b496764f1f4d" bottle do cellar :any_skip_relocation @@ -13,14 +13,6 @@ class RustupInit < Formula depends_on "rust" => :build - # Fixes `rustup-init` not working when it is relative symlink. - # https://github.com/rust-lang/rustup.rs/issues/1512 - # https://github.com/rust-lang/rustup.rs/pull/1521 - patch do - url "https://github.com/rust-lang/rustup.rs/pull/1521/commits/ebbfced7ee4aeb5be4c775f8f85e351093d5818f.diff?full_index=1" - sha256 "34dc006d75d747b99dd9fe49bdde396a8bf5443d1e3df1a47c4776c06ec3f3c7" - end - def install cargo_home = buildpath/"cargo_home" cargo_home.mkpath