git 2.6.2

Closes Homebrew/homebrew#45056.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
Robin Kunde 2015-10-17 01:09:32 -04:00 committed by Dominyk Tiller
parent 5c2b26d425
commit 17342a3cde

View file

@ -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"