diff options
| author | Jack Nagel | 2011-06-01 23:00:40 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2011-06-01 21:10:30 -0700 |
| commit | c22450fc4876cdf7780feaf2af067bf5b0263d40 (patch) | |
| tree | 328b0aa2700128a183066ceb7e979ef07e221eb7 /Library/Formula | |
| parent | 35086dfe2d5470e8c1d4bf5ac4d9b6502da75b62 (diff) | |
| download | homebrew-c22450fc4876cdf7780feaf2af067bf5b0263d40.tar.bz2 | |
git 1.7.5.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 7b7ab241a..1617cece0 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.5.3.tar.bz2' - md5 '6733ecbb5a46d9879463f963ae2a2dbb' + url 'http://kernel.org/pub/software/scm/git/git-manpages-1.7.5.4.tar.bz2' + md5 '7a74ef1c64395a07301359a8707c828a' end class GitHtmldocs < Formula - url 'http://kernel.org/pub/software/scm/git/git-htmldocs-1.7.5.3.tar.bz2' - md5 '0b2f326216f4c43043c76dba0cf80803' + url 'http://kernel.org/pub/software/scm/git/git-htmldocs-1.7.5.4.tar.bz2' + md5 '88226c08c208101db61e345a3598c4af' end class Git < Formula - url 'http://kernel.org/pub/software/scm/git/git-1.7.5.3.tar.bz2' - md5 '5b5a5e6c1c5c05db6b8dd33e6f3acea4' + url 'http://kernel.org/pub/software/scm/git/git-1.7.5.4.tar.bz2' + md5 '4985b774db84d3bbcc2b8d90952552a3' homepage 'http://git-scm.com' def install |
