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:
parent
c033b0f4d0
commit
cd73b47380
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue