diff options
| author | Semyon Perepelitsa | 2011-02-14 13:26:41 +0700 |
|---|---|---|
| committer | Mike McQuaid | 2011-02-14 10:00:14 +0000 |
| commit | 3d237384103de6e7e48072d602c0e4e03f0fd98f (patch) | |
| tree | 9fa137bd7fdff30f52a34a5fc273b174385cc846 /Library | |
| parent | fd679719fbc2c6953fea604ba60dc2fc5adfdcee (diff) | |
| download | homebrew-3d237384103de6e7e48072d602c0e4e03f0fd98f.tar.bz2 | |
Update git to v1.7.4.1
Closes #4232.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -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 ca8d98003..f972c377a 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.tar.bz2' - md5 'd13d42846a72335eb287e55bc980dc09' + url 'http://kernel.org/pub/software/scm/git/git-manpages-1.7.4.1.tar.bz2' + md5 'ac3e15c568e887af4517a01e16671947' end class GitHtmldocs < Formula - url 'http://kernel.org/pub/software/scm/git/git-htmldocs-1.7.4.tar.bz2' - md5 'e5ef49860896db192e81d3d489f5c238' + url 'http://kernel.org/pub/software/scm/git/git-htmldocs-1.7.4.1.tar.bz2' + md5 'a18f25174fd2734b1d535356f0368890' end class Git < Formula - url 'http://kernel.org/pub/software/scm/git/git-1.7.4.tar.bz2' - md5 'fa24dc1ef0b663327ea0fe1981365b39' + url 'http://kernel.org/pub/software/scm/git/git-1.7.4.1.tar.bz2' + md5 '76898de4566d11c0d0eec7e99edc2b5c' homepage 'http://git-scm.com' def install |
