From 8ceb981170d10cdb3f4f89a381201ceec9f97fa3 Mon Sep 17 00:00:00 2001 From: Andreas Neuhaus Date: Tue, 11 Jun 2013 14:16:51 +0200 Subject: rust: --HEAD uses incoming branch, not master Closes #20409. Signed-off-by: Samuel John --- Library/Formula/rust.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3