diff options
| author | Tyler Brock | 2013-06-13 18:44:15 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-13 21:13:53 -0700 |
| commit | 1ede32b48196ab0eb076a591b31bc84456e29a7d (patch) | |
| tree | 5c9a9030537c634869ffdbfc89f6279111522960 /Library/Formula/rust.rb | |
| parent | a5d6c5c5e1735ac6262d3f3c62a0829e25ab710d (diff) | |
| download | homebrew-1ede32b48196ab0eb076a591b31bc84456e29a7d.tar.bz2 | |
rust: switch head branch
Closes #20492.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/rust.rb')
| -rw-r--r-- | Library/Formula/rust.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/rust.rb b/Library/Formula/rust.rb index 11c383828..80e541f5d 100644 --- a/Library/Formula/rust.rb +++ b/Library/Formula/rust.rb @@ -5,7 +5,7 @@ class Rust < Formula url 'http://static.rust-lang.org/dist/rust-0.6.tar.gz' sha256 'e11cb529a1e20f27d99033181a9e0e131817136b46d2742f0fa1afa1210053e5' - head 'https://github.com/mozilla/rust.git', :branch => 'incoming' + head 'https://github.com/mozilla/rust.git' fails_with :clang do build 318 |
