coq: Specify "trunk" branch for HEAD git repo

Closes Homebrew/homebrew#39782.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Tej Chajed 2015-05-15 10:05:09 -04:00 committed by Jack Nagel
parent c033b0f4d0
commit cd73b47380

View file

@ -18,7 +18,7 @@ class Coq < Formula
version "8.4pl5"
sha1 "107717cbaef3a469e8ff775ae54dbbc457935816"
head "git://scm.gforge.inria.fr/coq/coq.git"
head "git://scm.gforge.inria.fr/coq/coq.git", :branch => "trunk"
depends_on TransitionalMode
depends_on "objective-caml"