diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gccxml.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/gccxml.rb b/Library/Formula/gccxml.rb index 816da6af0..a41191ee0 100644 --- a/Library/Formula/gccxml.rb +++ b/Library/Formula/gccxml.rb @@ -2,8 +2,7 @@ require 'formula' class Gccxml < Formula homepage 'http://www.gccxml.org/HTML/Index.html' - url "cvs://:pserver:anoncvs@www.gccxml.org:/cvsroot/GCC_XML:gccxml" - version 'HEAD' + head "cvs://:pserver:anoncvs@www.gccxml.org:/cvsroot/GCC_XML:gccxml" depends_on 'cmake' => :build |
