diff options
| author | Max Howell | 2010-04-01 13:36:38 +0100 |
|---|---|---|
| committer | Max Howell | 2010-04-01 13:36:38 +0100 |
| commit | be5cc4a6f1750ae872a68931cd9a905854076a2b (patch) | |
| tree | dcdb213802da53c518aa248f82cfd0ac0d1ca3a3 /Library/Formula | |
| parent | 55ee7eea4c3e69d7857cd550264869635c10e096 (diff) | |
| download | homebrew-be5cc4a6f1750ae872a68931cd9a905854076a2b.tar.bz2 | |
Git 1.7.0.4
Diffstat (limited to 'Library/Formula')
| -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 d7ca8f131..abb03b4f0 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.3.tar.bz2' - md5 '72b899852af3cb1858999357b58ac7bb' + url 'http://kernel.org/pub/software/scm/git/git-manpages-1.7.0.4.tar.bz2' + md5 '9730c5ed53a12788810ae3681fee149b' end class GitHtmldocs < Formula - url 'http://kernel.org/pub/software/scm/git/git-htmldocs-1.7.0.3.tar.bz2' - md5 '6b75778734a1637af157f7e62b204322' + url 'http://kernel.org/pub/software/scm/git/git-htmldocs-1.7.0.4.tar.bz2' + md5 '8c5273d6161121bb127f6d4fa2294196' end class Git < Formula - url 'http://kernel.org/pub/software/scm/git/git-1.7.0.3.tar.bz2' - md5 '1a449b84dd60a066ea491a54346843e6' + url 'http://kernel.org/pub/software/scm/git/git-1.7.0.4.tar.bz2' + md5 '1cc8b2aea57e5e999ccac18ae355f760' homepage 'http://git-scm.com' def install |
