Rust 0.11.0
This commit is contained in:
parent
330d2276c7
commit
4cace8b02c
1 changed files with 2 additions and 7 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Rust < Formula
|
||||
homepage 'http://www.rust-lang.org/'
|
||||
url 'http://static.rust-lang.org/dist/rust-0.10.tar.gz'
|
||||
sha1 '20460730047ca6694eeb780d990f566572c32c43'
|
||||
url 'http://static.rust-lang.org/dist/rust-0.11.0.tar.gz'
|
||||
sha1 'f849e16e03b474143c575503ae82da7577a2170f'
|
||||
|
||||
head 'https://github.com/mozilla/rust.git'
|
||||
|
||||
|
@ -13,11 +13,6 @@ class Rust < Formula
|
|||
sha1 "507705ef8749dd3cfae781f016e18bfcc09d8947" => :lion
|
||||
end
|
||||
|
||||
fails_with :clang do
|
||||
build 318
|
||||
cause "cannot initialize a parameter of type 'volatile long long *' with an rvalue of type 'int *'"
|
||||
end
|
||||
|
||||
def install
|
||||
args = ["--prefix=#{prefix}"]
|
||||
args << "--disable-rpath" if build.head?
|
||||
|
|
Loading…
Reference in a new issue