diff options
| author | Jack Nagel | 2012-08-16 23:50:50 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-08-16 23:50:50 -0500 |
| commit | eddfda112cb1e961dc5cbd0c77e2fd6e20e1a8b8 (patch) | |
| tree | 35959b62a724d2c6c49b947945485afbf5ebe851 /Library/Formula | |
| parent | 8bb77e6808915e36882d3bebad2ec40ec2fcb4c5 (diff) | |
| download | homebrew-eddfda112cb1e961dc5cbd0c77e2fd6e20e1a8b8.tar.bz2 | |
git 1.7.11.5
Signed-off-by: Jack Nagel <jacknagel@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 4606de409..a7e6fdefb 100644 --- a/Library/Formula/git.rb +++ b/Library/Formula/git.rb @@ -1,19 +1,19 @@ require 'formula' class GitManuals < Formula - url 'http://git-core.googlecode.com/files/git-manpages-1.7.11.4.tar.gz' - sha1 '032301a87832d738149925ad2912baa554ae2270' + url 'http://git-core.googlecode.com/files/git-manpages-1.7.11.5.tar.gz' + sha1 'd328241c130bbe38b12adf5702568c1edfff8623' end class GitHtmldocs < Formula - url 'http://git-core.googlecode.com/files/git-htmldocs-1.7.11.4.tar.gz' - sha1 'ceb4b4699a6561719aa07e01601ed5491206c075' + url 'http://git-core.googlecode.com/files/git-htmldocs-1.7.11.5.tar.gz' + sha1 '8e19f56b2f484dc3327f1e8316c114dbe0ee2743' end class Git < Formula homepage 'http://git-scm.com' - url 'http://git-core.googlecode.com/files/git-1.7.11.4.tar.gz' - sha1 '36180126eb2048d49b00f6092d83568df4e61c4c' + url 'http://git-core.googlecode.com/files/git-1.7.11.5.tar.gz' + sha1 '44013d9418ef23dd8bb67e80b27c9327356bfae8' head 'https://github.com/git/git.git' |
