diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/git-tf.rb | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/Library/Formula/git-tf.rb b/Library/Formula/git-tf.rb index b1acaeadf..8e139c746 100644 --- a/Library/Formula/git-tf.rb +++ b/Library/Formula/git-tf.rb @@ -2,8 +2,10 @@ require 'formula' class GitTf < Formula homepage 'http://gittf.codeplex.com/' - url 'http://download.microsoft.com/download/A/E/2/AE23B059-5727-445B-91CC-15B7A078A7F4/git-tf-2.0.2.20130214.zip' - sha1 '889c1bba6aba892e570a18a386654a50293efbd0' + url 'http://download.microsoft.com/download/A/E/2/AE23B059-5727-445B-91CC-15B7A078A7F4/git-tf-2.0.3.20131219.zip' + sha1 'a16f98aa1cd6bff2931b2fa361711ca7051258f4' + + conflicts_with 'homebrew/versions/git-tf-2.0.2', :because => 'two different versions of the same library' head do url 'https://git01.codeplex.com/gittf', :using => :git @@ -27,6 +29,11 @@ class GitTf < Formula (share/'doc/git-tf').install Dir['Git-TF_*'] + Dir['ThirdPartyNotices*'] end + def caveats; <<-EOS.undent + This release removes support for TFS 2005 and 2008. Use a previous version if needed. + EOS + end + test do system "#{bin}/git-tf" end |
