aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/rust.rb
diff options
context:
space:
mode:
authorRuben Fonseca2014-07-02 22:39:21 +0200
committerMike McQuaid2014-07-02 22:50:57 +0100
commitd67fb2f0382403988776965f5bfc8dee38997152 (patch)
tree2c82df566b7b16970f99c9073f995972a1f42d23 /Library/Formula/rust.rb
parentb297307b2f96d98def9875e2c1a1469b153ef2bf (diff)
downloadhomebrew-d67fb2f0382403988776965f5bfc8dee38997152.tar.bz2
Rust 0.11.0
Diffstat (limited to 'Library/Formula/rust.rb')
-rw-r--r--Library/Formula/rust.rb9
1 files changed, 2 insertions, 7 deletions
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?