From 17342a3cde015b936cbb3e758ed346605a33a54a Mon Sep 17 00:00:00 2001 From: Robin Kunde Date: Sat, 17 Oct 2015 01:09:32 -0400 Subject: [PATCH] git 2.6.2 Closes Homebrew/homebrew#45056. Signed-off-by: Dominyk Tiller --- Formula/git.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/git.rb b/Formula/git.rb index 052c5223ec..8bd36d20d5 100644 --- a/Formula/git.rb +++ b/Formula/git.rb @@ -1,8 +1,8 @@ class Git < Formula desc "Distributed revision control system" homepage "https://git-scm.com" - url "https://www.kernel.org/pub/software/scm/git/git-2.6.1.tar.xz" - sha256 "fc7c727745d5eb0d796a16dc7c4b999c184830110e0aeb592c788597cc8e9ccd" + url "https://www.kernel.org/pub/software/scm/git/git-2.6.2.tar.xz" + sha256 "646e37abbc69d5c1b153e30c82ec3346d176e2b499b44281d08565ad8e00a670" head "https://github.com/git/git.git", :shallow => false @@ -13,13 +13,13 @@ class Git < Formula end resource "man" do - url "https://www.kernel.org/pub/software/scm/git/git-manpages-2.6.1.tar.xz" - sha256 "e4cf64edcecd284d9ef4e6ca7fa0e8556d2414b5d9881a9abfe477f95b416391" + url "https://www.kernel.org/pub/software/scm/git/git-manpages-2.6.2.tar.xz" + sha256 "1041b6f32eed0a04255bec22ada3bad3c212bee9986a99f3782248780d32fc3a" end resource "html" do - url "https://www.kernel.org/pub/software/scm/git/git-htmldocs-2.6.1.tar.xz" - sha256 "791487ebd5a25456d41d8825ef450fdf3214898a328028d01acdb21a668052da" + url "https://www.kernel.org/pub/software/scm/git/git-htmldocs-2.6.2.tar.xz" + sha256 "7cd13ccbe397dc742920b403957a7c769728dfe3eacc7bb91aa230ca8ab1e1c8" end option "with-blk-sha1", "Compile with the block-optimized SHA1 implementation"