diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/git-tf.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/git-tf.rb b/Library/Formula/git-tf.rb index 696cd3e9d..b1acaeadf 100644 --- a/Library/Formula/git-tf.rb +++ b/Library/Formula/git-tf.rb @@ -5,9 +5,10 @@ class GitTf < Formula url 'http://download.microsoft.com/download/A/E/2/AE23B059-5727-445B-91CC-15B7A078A7F4/git-tf-2.0.2.20130214.zip' sha1 '889c1bba6aba892e570a18a386654a50293efbd0' - depends_on 'maven' unless build.stable? - - head 'https://git01.codeplex.com/gittf', :using => :git + head do + url 'https://git01.codeplex.com/gittf', :using => :git + depends_on 'maven' + end def install if build.stable? |
