From 7f1a8c0ecb9f13cd17769a154c377ef7510de5cb Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 19 Oct 2012 00:23:28 -0500 Subject: git 1.7.12.4 Signed-off-by: Jack Nagel --- Library/Formula/git.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Library') diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb index 409f1402c..c0a345340 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.12.3.tar.gz' - sha1 '49584f0b72e4a13f9a4df771bbde9cf70f25d317' + url 'http://git-core.googlecode.com/files/git-manpages-1.7.12.4.tar.gz' + sha1 '1f853aa40c4518a4fad829f255c96d6e21659e93' end class GitHtmldocs < Formula - url 'http://git-core.googlecode.com/files/git-htmldocs-1.7.12.3.tar.gz' - sha1 '6f976c27aab7250f1a35b2b002ac7a07c3266cf4' + url 'http://git-core.googlecode.com/files/git-htmldocs-1.7.12.4.tar.gz' + sha1 '1d4ce5c8fabbf576d611effcce2f87089da1bb89' end class Git < Formula homepage 'http://git-scm.com' - url 'http://git-core.googlecode.com/files/git-1.7.12.3.tar.gz' - sha1 'a071f03f6aab76b283828db1fdedbedb90085eb5' + url 'http://git-core.googlecode.com/files/git-1.7.12.4.tar.gz' + sha1 'e7eb697fc12887138e44ae100165c620a1210e81' head 'https://github.com/git/git.git' -- cgit v1.2.3