rust 1.26.0
This commit is contained in:
parent
9b593e8566
commit
f9c584544e
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.25.0-src.tar.gz"
|
||||
sha256 "eef63a0aeea5147930a366aee78cbde248bb6e5c6868801bdf34849152965d2d"
|
||||
url "https://static.rust-lang.org/dist/rustc-1.26.0-src.tar.gz"
|
||||
sha256 "4fb09bc4e233b71dcbe08a37a3f38cabc32219745ec6a628b18a55a1232281dd"
|
||||
|
||||
resource "cargo" do
|
||||
url "https://github.com/rust-lang/cargo.git",
|
||||
:tag => "0.25.0",
|
||||
:revision => "8c93e089536467783957fec23b0f2627bb6ce357"
|
||||
:tag => "0.26.0",
|
||||
:revision => "41480f5cc50863600e05aa17d13264c88070436a"
|
||||
end
|
||||
|
||||
resource "racer" do
|
||||
|
@ -55,8 +55,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/2018-02-15/cargo-0.25.0-x86_64-apple-darwin.tar.gz"
|
||||
sha256 "92782612068e796a6a85f5c2bc11ad748b961cb26e7b55f8f125d33cc402c1ca"
|
||||
url "https://static.rust-lang.org/dist/2018-03-29/cargo-0.26.0-x86_64-apple-darwin.tar.gz"
|
||||
sha256 "cab6adf58e9dea7ac217b1882312eff3487005cf32dcde099327669aac6e37de"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue