aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git.rb
diff options
context:
space:
mode:
authorJack Nagel2012-10-21 17:48:50 -0500
committerJack Nagel2012-10-21 17:49:23 -0500
commite181a3a4dd74984a9cca66a1443e1c2dfca9a9a4 (patch)
tree6f8f9f02a3d2d74f66e4c8523482d296ed7f8924 /Library/Formula/git.rb
parent5464398f3c25c9a66dcf2d7137b931aa015275ed (diff)
downloadhomebrew-e181a3a4dd74984a9cca66a1443e1c2dfca9a9a4.tar.bz2
git 1.8.0
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/git.rb')
-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 c0a345340..fefb2a309 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.4.tar.gz'
- sha1 '1f853aa40c4518a4fad829f255c96d6e21659e93'
+ url 'http://git-core.googlecode.com/files/git-manpages-1.8.0.tar.gz'
+ sha1 'a6fa49be36f265e85b7252d36364d4c7f38530ea'
end
class GitHtmldocs < Formula
- url 'http://git-core.googlecode.com/files/git-htmldocs-1.7.12.4.tar.gz'
- sha1 '1d4ce5c8fabbf576d611effcce2f87089da1bb89'
+ url 'http://git-core.googlecode.com/files/git-htmldocs-1.8.0.tar.gz'
+ sha1 '93c860cf4cd26d4b3e269b0903b833db1c1f0f8e'
end
class Git < Formula
homepage 'http://git-scm.com'
- url 'http://git-core.googlecode.com/files/git-1.7.12.4.tar.gz'
- sha1 'e7eb697fc12887138e44ae100165c620a1210e81'
+ url 'http://git-core.googlecode.com/files/git-1.8.0.tar.gz'
+ sha1 'a03afc33f8f0723ad12649d79f1e8968526b4bf7'
head 'https://github.com/git/git.git'