Skip to content

Commit

Permalink
rust 1.15.0
Browse files Browse the repository at this point in the history
Closes #9582.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
  • Loading branch information
mrageh authored and ilovezfs committed Feb 3, 2017
1 parent f331d77 commit d7ee823
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/rust.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ class Rust < Formula
homepage "https://www.rust-lang.org/"

stable do
url "https://static.rust-lang.org/dist/rustc-1.14.0-src.tar.gz"
sha256 "c790edd2e915bd01bea46122af2942108479a2fda9a6f76d1094add520ac3b6b"
url "https://static.rust-lang.org/dist/rustc-1.15.0-src.tar.gz"
sha256 "33f3747d231ede34b56c6cc0ae6be8cbaa29d2fdb39d86f25693dceb9fc5f164"

resource "cargo" do
url "https://github.com/rust-lang/cargo.git",
:tag => "0.15.0",
:revision => "298a0127f703d4c2500bb06d309488b92ef84ae1"
:tag => "0.16.0",
:revision => "6e0c18cccc8b0c06fba8a8d76486f81a792fb420"
end

resource "racer" do
url "https://github.com/phildawes/racer/archive/2.0.4.tar.gz"
sha256 "e30e383af4d01695e35d420e36c9b2cf462337f680497ae14c09388f14c53809"
url "https://github.com/phildawes/racer/archive/2.0.5.tar.gz"
sha256 "370e8e2661b379185667001884b51bdc4b414abdc27bb9671513c1912ad8be25"
end
end

Expand Down Expand Up @@ -51,9 +51,9 @@ class Rust < Formula
end

resource "cargobootstrap" do
version "2016-11-02"
url "https://static-rust-lang-org.s3.amazonaws.com/cargo-dist/2016-11-02/cargo-nightly-x86_64-apple-darwin.tar.gz"
sha256 "3bfb2e3e7292a629b86b9fad1d7d6ea9531bb990964c02005305c5cea3a579d9"
url "https://s3.amazonaws.com/rust-lang-ci/cargo-builds/fbeea902d2c9a5be6d99cc35681565d8f7832592/cargo-nightly-x86_64-apple-darwin.tar.gz"
version "2016-12-15"
sha256 "ad6c31b41fef1d68e4523eb7d090fe8103848f30eb5ac8cba5128b7c11ed23fc"
end

def install
Expand Down

0 comments on commit d7ee823

Please sign in to comment.