rust: --HEAD uses incoming branch, not master

Closes Homebrew/homebrew#20409.

Signed-off-by: Samuel John <github@SamuelJohn.de>
master
Andreas Neuhaus 2013-06-11 14:16:51 +02:00 committed by Samuel John
parent 39d2734a1d
commit b2637921a7
1 changed files with 1 additions and 1 deletions

View File

@ -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