rust 1.5.0
Closes Homebrew/homebrew#46876. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
5c54e596ce
commit
6d98ddbab3
1 changed files with 3 additions and 3 deletions
|
@ -3,12 +3,12 @@ class Rust < Formula
|
|||
homepage "https://www.rust-lang.org/"
|
||||
|
||||
stable do
|
||||
url "https://static.rust-lang.org/dist/rustc-1.4.0-src.tar.gz"
|
||||
sha256 "1c0dfdce5c85d8098fcebb9adf1493847ab40c1dfaa8cc997af09b2ef0aa8211"
|
||||
url "https://static.rust-lang.org/dist/rustc-1.5.0-src.tar.gz"
|
||||
sha256 "641037af7b7b6cad0b231cc20671f8a314fbf2f40fc0901d0b877c39fc8da5a0"
|
||||
|
||||
resource "cargo" do
|
||||
# git required because of submodules
|
||||
url "https://github.com/rust-lang/cargo.git", :tag => "0.6.0", :revision => "e1ed9956e079a563796fb380871f4b67619f58ee"
|
||||
url "https://github.com/rust-lang/cargo.git", :tag => "0.7.0", :revision => "1af03beaffe9be40ae81ca39431c1f1651ef6b02"
|
||||
end
|
||||
|
||||
# name includes date to satisfy cache
|
||||
|
|
Loading…
Reference in a new issue