From 4a2eb4232967ddcc3fb4ef7b3259d07a20456295 Mon Sep 17 00:00:00 2001 From: sergiokas Date: Wed, 29 Jan 2014 09:37:54 -0300 Subject: git-tf 2.0.3.20131219 Closes #26242. Signed-off-by: Adam Vandenberg --- Library/Formula/git-tf.rb | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3