aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git.rb
diff options
context:
space:
mode:
authordroid-Q2014-07-21 09:17:57 +0800
committerJack Nagel2014-07-21 10:30:46 -0500
commitc300e7210375913fb15d4fc09405abd73179b986 (patch)
treef641ed713a5317cc5278d969373e993d086fe74f /Library/Formula/git.rb
parent9ed60b23438f106ae4048604d481670fc2b9e9fc (diff)
downloadhomebrew-c300e7210375913fb15d4fc09405abd73179b986.tar.bz2
git 2.0.2
Closes #30989. 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 b998c2ef7..e018676cc 100644
--- a/Library/Formula/git.rb
+++ b/Library/Formula/git.rb
@@ -2,8 +2,8 @@ require 'formula'
class Git < Formula
homepage "http://git-scm.com"
- url "https://www.kernel.org/pub/software/scm/git/git-2.0.1.tar.gz"
- sha1 "b51a95588249aa71501a01273671f32ea99c392c"
+ url "https://www.kernel.org/pub/software/scm/git/git-2.0.2.tar.gz"
+ sha1 "794cba6b2ba2620a08651b9605bac0476804d67e"
head "https://github.com/git/git.git", :shallow => false
@@ -14,13 +14,13 @@ class Git < Formula
end
resource "man" do
- url "https://www.kernel.org/pub/software/scm/git/git-manpages-2.0.1.tar.gz"
- sha1 "f22b9d9d2b6bbd8866887dd9ff9e34d2018af2dd"
+ url "https://www.kernel.org/pub/software/scm/git/git-manpages-2.0.2.tar.gz"
+ sha1 "d4967cbe1940b7d1e131b8f0c2f609a49c569014"
end
resource "html" do
- url "https://www.kernel.org/pub/software/scm/git/git-htmldocs-2.0.1.tar.gz"
- sha1 "9cb4ef660a667fe68ee3c81f5a2bdc0689c4dd47"
+ url "https://www.kernel.org/pub/software/scm/git/git-htmldocs-2.0.2.tar.gz"
+ sha1 "156b6ca6b626cbb6f38cbd4810c6ae69c9a4c6d5"
end
option 'with-blk-sha1', 'Compile with the block-optimized SHA1 implementation'