rust 1.23.0
Closes #22440. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
f35eb4707e
commit
ee6d62d587
1 changed files with 6 additions and 6 deletions
|
@ -3,13 +3,13 @@ class Rust < Formula
|
|||
homepage "https://www.rust-lang.org/"
|
||||
|
||||
stable do
|
||||
url "https://static.rust-lang.org/dist/rustc-1.22.1-src.tar.gz"
|
||||
sha256 "8b7a42bdd6eb205a8c533eb41b5c42389a88158d060aed1e0f461f68c1fd3fd3"
|
||||
url "https://static.rust-lang.org/dist/rustc-1.23.0-src.tar.gz"
|
||||
sha256 "7464953871dcfdfa8afcc536916a686dd156a83339d8ec4d5cb4eb2fe146cb91"
|
||||
|
||||
resource "cargo" do
|
||||
url "https://github.com/rust-lang/cargo.git",
|
||||
:tag => "0.22.0",
|
||||
:revision => "3423351a5d75ac7377bb15987842aadcfd068ad2"
|
||||
:tag => "0.24.0",
|
||||
:revision => "45043115c9094d82f0f407ebc7ef7e583f438d12"
|
||||
end
|
||||
|
||||
resource "racer" do
|
||||
|
@ -52,8 +52,8 @@ class Rust < Formula
|
|||
|
||||
resource "cargobootstrap" do
|
||||
# From https://github.com/rust-lang/rust/blob/#{version}/src/stage0.txt
|
||||
url "https://static.rust-lang.org/dist/2017-10-12/cargo-0.22.0-x86_64-apple-darwin.tar.gz"
|
||||
sha256 "8968697ae6eef3b178438a6d5563f531e499308dcea7f4915665dbcec54c851a"
|
||||
url "https://static.rust-lang.org/dist/2017-11-22/cargo-0.23.0-x86_64-apple-darwin.tar.gz"
|
||||
sha256 "1eac1e406efed2472cbeac6316677c1ada90acc77eb7b3fee8a9573c23b02a5f"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue