diff options
| author | Max Howell | 2010-04-13 02:04:35 +0100 | 
|---|---|---|
| committer | Max Howell | 2010-04-13 02:05:30 +0100 | 
| commit | 49566dd545793e8d91fb5c1bce8e792a6c0ee128 (patch) | |
| tree | 84e270b01a100227a336dd2036ac94cd12cbc6ff /Library/Formula/git.rb | |
| parent | 16298bf570d65746643999b6d95e6af5448c1a97 (diff) | |
| download | homebrew-49566dd545793e8d91fb5c1bce8e792a6c0ee128.tar.bz2 | |
Git 1.7.0.5
Four numbers ftw.
Diffstat (limited to 'Library/Formula/git.rb')
| -rw-r--r-- | Library/Formula/git.rb | 12 | 
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb index abb03b4f0..961a79e25 100644 --- a/Library/Formula/git.rb +++ b/Library/Formula/git.rb @@ -1,18 +1,18 @@  require 'formula'  class GitManuals < Formula -  url 'http://kernel.org/pub/software/scm/git/git-manpages-1.7.0.4.tar.bz2' -  md5 '9730c5ed53a12788810ae3681fee149b' +  url 'http://kernel.org/pub/software/scm/git/git-manpages-1.7.0.5.tar.bz2' +  md5 '90eb5fb193a218176d2d9b841128a717'  end  class GitHtmldocs < Formula -  url 'http://kernel.org/pub/software/scm/git/git-htmldocs-1.7.0.4.tar.bz2' -  md5 '8c5273d6161121bb127f6d4fa2294196' +  url 'http://kernel.org/pub/software/scm/git/git-htmldocs-1.7.0.5.tar.bz2' +  md5 '74c7320440049ba497d9efc8b0134474'  end  class Git < Formula -  url 'http://kernel.org/pub/software/scm/git/git-1.7.0.4.tar.bz2' -  md5 '1cc8b2aea57e5e999ccac18ae355f760' +  url 'http://kernel.org/pub/software/scm/git/git-1.7.0.5.tar.bz2' +  md5 '77d50f41ef282752dc69d9a47765f5c7'    homepage 'http://git-scm.com'    def install  | 
