rustup-init 1.19.0
Closes #44074. Signed-off-by: Igor Kapkov <igasgeek@me.com>
This commit is contained in:
parent
e70aaf520e
commit
108e9b3f76
1 changed files with 2 additions and 2 deletions
|
@ -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.18.3.tar.gz"
|
||||
sha256 "9a2ae2c85bbbfc838b25d86d049bc677532950d78765725beabb8a61df1c2710"
|
||||
url "https://github.com/rust-lang/rustup.rs/archive/1.19.0.tar.gz"
|
||||
sha256 "b5b2c1c369e44f0c6529169f0c4e680c257a13d220b643a31686033fff2a5983"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
|
Loading…
Reference in a new issue