diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/robodoc.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/robodoc.rb b/Library/Formula/robodoc.rb index 1446b8791..68fd6b304 100644 --- a/Library/Formula/robodoc.rb +++ b/Library/Formula/robodoc.rb @@ -5,9 +5,9 @@ class Robodoc < Formula url 'http://rfsber.home.xs4all.nl/Robo/robodoc-4.99.41.tar.gz' sha1 'f2dfb53c667681bf0c5424be9b14f3a1e7edab9b' - head 'https://github.com/gumpu/ROBODoc.git' + head do + url 'https://github.com/gumpu/ROBODoc.git' - if build.head? depends_on :automake depends_on :libtool end |
