diff options
| author | Charlie Sharpsteen | 2011-04-08 17:18:27 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-04-08 17:46:21 -0700 |
| commit | ae63365aa16baadf98b2fb51bceda3042d56b9df (patch) | |
| tree | 0cb023f1196e0812e53741ae0078561f642d8517 /Library/Formula | |
| parent | a2683235da4158c5b0bfca3930772c8e38f4ced3 (diff) | |
| download | homebrew-ae63365aa16baadf98b2fb51bceda3042d56b9df.tar.bz2 | |
Update git to 1.7.4.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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 f55fa6472..43aad5868 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.4.3.tar.bz2' - md5 '0d29c91eb213391b4ecb1419568555ef' + url 'http://kernel.org/pub/software/scm/git/git-manpages-1.7.4.4.tar.bz2' + md5 '5812f4fca4afc6c81e06f485111ec8ab' end class GitHtmldocs < Formula - url 'http://kernel.org/pub/software/scm/git/git-htmldocs-1.7.4.3.tar.bz2' - md5 'bf12e07302a3616389cfc8b559c28739' + url 'http://kernel.org/pub/software/scm/git/git-htmldocs-1.7.4.4.tar.bz2' + md5 '71e40b22e5d4b54f69ac1e8e0ca1670b' end class Git < Formula - url 'http://kernel.org/pub/software/scm/git/git-1.7.4.3.tar.bz2' - md5 'da6c8f4967393342a4397b955db72cb1' + url 'http://kernel.org/pub/software/scm/git/git-1.7.4.4.tar.bz2' + md5 '1313f71d62fa100b32fa313769a85f2a' homepage 'http://git-scm.com' def install |
