aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
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 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'