aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-12-31 16:41:43 -0600
committerJack Nagel2013-12-31 16:41:43 -0600
commitc2e82bba34d2e992da8d49ec55bc76daa2c38c7b (patch)
tree77b712155167ca14bb2e65d3b4781d528bb26c68 /Library/Formula
parentb29e906566869f28c164c87e45948b2a641aaf29 (diff)
downloadhomebrew-c2e82bba34d2e992da8d49ec55bc76daa2c38c7b.tar.bz2
rust: add 0.8 bottles
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/rust.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/rust.rb b/Library/Formula/rust.rb
index 410da005d..6d2c95519 100644
--- a/Library/Formula/rust.rb
+++ b/Library/Formula/rust.rb
@@ -12,6 +12,12 @@ class Rust < Formula
head 'https://github.com/mozilla/rust.git'
+ bottle do
+ sha1 '50205c9ff28940ffa04b1337698ae1c57053dae0' => :mavericks
+ sha1 'f7a2b190a6115352997b588d06982a27da87df3a' => :mountain_lion
+ sha1 '5d4590ff8a52bd184ba48ae5932077f04b0db939' => :lion
+ end
+
fails_with :clang do
build 318
cause "cannot initialize a parameter of type 'volatile long long *' with an rvalue of type 'int *'"