aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorKevin Moore2012-11-26 08:16:05 -0500
committerAdam Vandenberg2012-11-26 08:54:04 -0800
commite4b1614f550fa0395e1fccddc1da08d5442797d2 (patch)
tree68c03949fde3b035adef3680b387c80ea4068269 /Library
parenteeed7d7028ec1e5ed51ad37862e864b07bd452d1 (diff)
downloadhomebrew-e4b1614f550fa0395e1fccddc1da08d5442797d2.tar.bz2
git 1.8.0.1
Closes #16238. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-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 fefb2a309..88bfaa7f9 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.8.0.tar.gz'
- sha1 'a6fa49be36f265e85b7252d36364d4c7f38530ea'
+ url 'http://git-core.googlecode.com/files/git-manpages-1.8.0.1.tar.gz'
+ sha1 'cb26eea4ebe53b41cbc5c5f430499f7d76605414'
end
class GitHtmldocs < Formula
- url 'http://git-core.googlecode.com/files/git-htmldocs-1.8.0.tar.gz'
- sha1 '93c860cf4cd26d4b3e269b0903b833db1c1f0f8e'
+ url 'http://git-core.googlecode.com/files/git-htmldocs-1.8.0.1.tar.gz'
+ sha1 '6c0e64d53a8543447f595e3bac4966ba9257e783'
end
class Git < Formula
homepage 'http://git-scm.com'
- url 'http://git-core.googlecode.com/files/git-1.8.0.tar.gz'
- sha1 'a03afc33f8f0723ad12649d79f1e8968526b4bf7'
+ url 'http://git-core.googlecode.com/files/git-1.8.0.1.tar.gz'
+ sha1 '4e7492f7558f3ba2a450c43efa7de3b0b1adc6c1'
head 'https://github.com/git/git.git'