parent
205c9fe7d8
commit
6c84206115
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.36.0-src.tar.gz"
|
||||
sha256 "04c4e4d7213d036d6aaed392841496d272146312c0290f728b7400fccd15bb1b"
|
||||
url "https://static.rust-lang.org/dist/rustc-1.37.0-src.tar.gz"
|
||||
sha256 "120e7020d065499cc6b28759ff04153bfdc2ac9b5adeb252331a4eb87cbe38c3"
|
||||
|
||||
resource "cargo" do
|
||||
url "https://github.com/rust-lang/cargo.git",
|
||||
:tag => "0.37.0",
|
||||
:revision => "c4fcfb725b4be00c72eb9cf30c7d8b095577c280"
|
||||
:tag => "0.38.0",
|
||||
:revision => "9edd089168f8795b3890bc3daf5b99f03e9f8765"
|
||||
end
|
||||
|
||||
resource "racer" do
|
||||
|
@ -46,8 +46,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/2019-05-23/cargo-0.36.0-x86_64-apple-darwin.tar.gz"
|
||||
sha256 "be97564b3461f99e8ae3e5148be586b8df6fb11527525279ce1e0d74572c685a"
|
||||
url "https://static.rust-lang.org/dist/2019-07-04/cargo-0.37.0-x86_64-apple-darwin.tar.gz"
|
||||
sha256 "1378e7a0fba0b66dd4d7b621313c149a0d7a76a526ee24c7c1249390e82f9dda"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue