aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAndreas Neuhaus2013-06-11 14:16:51 +0200
committerSamuel John2013-06-11 15:55:18 +0200
commit8ceb981170d10cdb3f4f89a381201ceec9f97fa3 (patch)
tree5652a2f54baf20e0e54dcfa9ba615c6c7893a2f3 /Library/Formula
parent691fcf037770ecedf34e5902d1f7588a80b96a6a (diff)
downloadhomebrew-8ceb981170d10cdb3f4f89a381201ceec9f97fa3.tar.bz2
rust: --HEAD uses incoming branch, not master
Closes #20409. Signed-off-by: Samuel John <github@SamuelJohn.de>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/rust.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/rust.rb b/Library/Formula/rust.rb
index 77069fdb0..2b9ccff81 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'
+ head 'https://github.com/mozilla/rust.git', :branch => 'incoming'
fails_with :clang do
build 318