From d67fb2f0382403988776965f5bfc8dee38997152 Mon Sep 17 00:00:00 2001 From: Ruben Fonseca Date: Wed, 2 Jul 2014 22:39:21 +0200 Subject: Rust 0.11.0 --- Library/Formula/rust.rb | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'Library/Formula/rust.rb') diff --git a/Library/Formula/rust.rb b/Library/Formula/rust.rb index d325a68fe..562989c33 100644 --- a/Library/Formula/rust.rb +++ b/Library/Formula/rust.rb @@ -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? -- cgit v1.2.3