git 2.6.3
Closes Homebrew/homebrew#45738. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
aa492d867b
commit
9c0e18cba1
1 changed files with 6 additions and 6 deletions
|
@ -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.2.tar.xz"
|
||||
sha256 "646e37abbc69d5c1b153e30c82ec3346d176e2b499b44281d08565ad8e00a670"
|
||||
url "https://www.kernel.org/pub/software/scm/git/git-2.6.3.tar.xz"
|
||||
sha256 "d697e4d3d76830996c05bfc2a1d88aa726415b276a884a40d137575e5d597da3"
|
||||
|
||||
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.2.tar.xz"
|
||||
sha256 "1041b6f32eed0a04255bec22ada3bad3c212bee9986a99f3782248780d32fc3a"
|
||||
url "https://www.kernel.org/pub/software/scm/git/git-manpages-2.6.3.tar.xz"
|
||||
sha256 "ae23f90a097437c896d6ab7becf597faa96ca8f0d1cd7efbcb1758ea2f59f2b4"
|
||||
end
|
||||
|
||||
resource "html" do
|
||||
url "https://www.kernel.org/pub/software/scm/git/git-htmldocs-2.6.2.tar.xz"
|
||||
sha256 "7cd13ccbe397dc742920b403957a7c769728dfe3eacc7bb91aa230ca8ab1e1c8"
|
||||
url "https://www.kernel.org/pub/software/scm/git/git-htmldocs-2.6.3.tar.xz"
|
||||
sha256 "1e08dac903f06f9739e22ae700ff811c79bd7742775060d630c1e53236bbd9a0"
|
||||
end
|
||||
|
||||
option "with-blk-sha1", "Compile with the block-optimized SHA1 implementation"
|
||||
|
|
Loading…
Reference in a new issue