diff options
| author | Adam Vandenberg | 2009-12-03 18:30:46 -0800 |
|---|---|---|
| committer | Max Howell | 2009-12-12 16:24:14 +0000 |
| commit | ba512e6a33ade0b35a8d5f154c3796f2ce5beea8 (patch) | |
| tree | c8184f0910d1d04b624869c242091f754ef7a235 /Library | |
| parent | 2adb070330fa4b99d4b5f6b5252cc99d26ef742b (diff) | |
| download | homebrew-ba512e6a33ade0b35a8d5f154c3796f2ce5beea8.tar.bz2 | |
Update git to 1.6.5.4
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/git.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb index 3e9a59022..ed78de629 100644 --- a/Library/Formula/git.rb +++ b/Library/Formula/git.rb @@ -1,13 +1,13 @@ require 'formula' class GitManuals <Formula - url 'http://kernel.org/pub/software/scm/git/git-manpages-1.6.5.3.tar.bz2' - md5 'dc2cf85cb1f29b586a1353307093bc62' + url 'http://kernel.org/pub/software/scm/git/git-manpages-1.6.5.4.tar.bz2' + md5 '513390db5f38534f5f2459202a8feccc' end class Git <Formula - url 'http://kernel.org/pub/software/scm/git/git-1.6.5.3.tar.bz2' - md5 'a1dbc3da46cbf33c4367db689853c142' + url 'http://kernel.org/pub/software/scm/git/git-1.6.5.4.tar.bz2' + md5 '1c214e8175e8dd372618ecf3d76448f5' homepage 'http://git-scm.com' def install |
