diff options
| author | sergiokas | 2014-01-29 09:37:54 -0300 |
|---|---|---|
| committer | Adam Vandenberg | 2014-01-29 21:29:19 -0800 |
| commit | 4a2eb4232967ddcc3fb4ef7b3259d07a20456295 (patch) | |
| tree | 0fb0b4f4c960eeebe637b245f335a64839809909 /Library | |
| parent | 9e424fcdc23453ad1fecc13ddf5e472e00eb406d (diff) | |
| download | homebrew-4a2eb4232967ddcc3fb4ef7b3259d07a20456295.tar.bz2 | |
git-tf 2.0.3.20131219
Closes #26242.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -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 |
