diff options
| author | Jack Nagel | 2013-09-20 10:15:54 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-09-21 19:29:52 -0500 |
| commit | cb25af39924774b38c51ee2155a330d369a4a95f (patch) | |
| tree | a72fb603a147e10e6947507d69582727f037babe | |
| parent | 6a84921e8ad6c17ec957c44f77e3548a9afc2c69 (diff) | |
| download | homebrew-cb25af39924774b38c51ee2155a330d369a4a95f.tar.bz2 | |
git-tf: use spec deps
| -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? |
