aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorKevin Moore2012-07-12 17:42:13 -0700
committerJack Nagel2012-07-13 02:14:45 -0500
commitb71e96690fa0cb2c1b9b775e2c19f9f5d2999b46 (patch)
treec341860ce050030b3e7e70b975a2d6d8270ee15f /Library/Formula
parentf84d9a4674e2ebefbcdd015e82e9661b4a728a88 (diff)
downloadhomebrew-b71e96690fa0cb2c1b9b775e2c19f9f5d2999b46.tar.bz2
git 1.7.11.2
Closes #13378. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/git.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb
index 6f1a21b2a..f5426d99c 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.1.tar.gz'
- sha1 'e2defbf75ff15d7684d70457e41bc45fb22f0e1f'
+ url 'http://git-core.googlecode.com/files/git-manpages-1.7.11.2.tar.gz'
+ sha1 '78b46ca7b5037c61a58086879869dadeac9eea3e'
end
class GitHtmldocs < Formula
- url 'http://git-core.googlecode.com/files/git-htmldocs-1.7.11.1.tar.gz'
- sha1 'f7d288033a508f673824a52bc21073232e7c9736'
+ url 'http://git-core.googlecode.com/files/git-htmldocs-1.7.11.2.tar.gz'
+ sha1 '088996c301cca24360fd5e30ce66bfa26139fe95'
end
class Git < Formula
homepage 'http://git-scm.com'
- url 'http://git-core.googlecode.com/files/git-1.7.11.1.tar.gz'
- sha1 'd09664978931d215e43241689eb09371b509c7ce'
+ url 'http://git-core.googlecode.com/files/git-1.7.11.2.tar.gz'
+ sha1 'f67b4f6c0277250411c6872ae7b8a872ae11d313'
head 'https://github.com/git/git.git'