Rust 0.11.0

This commit is contained in:
Ruben Fonseca 2014-07-02 22:39:21 +02:00 committed by Mike McQuaid
parent 330d2276c7
commit 4cace8b02c

View file

@ -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?