git 2.6.2
Closes Homebrew/homebrew#45056. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
5c2b26d425
commit
17342a3cde
1 changed files with 6 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
||||||
class Git < Formula
|
class Git < Formula
|
||||||
desc "Distributed revision control system"
|
desc "Distributed revision control system"
|
||||||
homepage "https://git-scm.com"
|
homepage "https://git-scm.com"
|
||||||
url "https://www.kernel.org/pub/software/scm/git/git-2.6.1.tar.xz"
|
url "https://www.kernel.org/pub/software/scm/git/git-2.6.2.tar.xz"
|
||||||
sha256 "fc7c727745d5eb0d796a16dc7c4b999c184830110e0aeb592c788597cc8e9ccd"
|
sha256 "646e37abbc69d5c1b153e30c82ec3346d176e2b499b44281d08565ad8e00a670"
|
||||||
|
|
||||||
head "https://github.com/git/git.git", :shallow => false
|
head "https://github.com/git/git.git", :shallow => false
|
||||||
|
|
||||||
|
@ -13,13 +13,13 @@ class Git < Formula
|
||||||
end
|
end
|
||||||
|
|
||||||
resource "man" do
|
resource "man" do
|
||||||
url "https://www.kernel.org/pub/software/scm/git/git-manpages-2.6.1.tar.xz"
|
url "https://www.kernel.org/pub/software/scm/git/git-manpages-2.6.2.tar.xz"
|
||||||
sha256 "e4cf64edcecd284d9ef4e6ca7fa0e8556d2414b5d9881a9abfe477f95b416391"
|
sha256 "1041b6f32eed0a04255bec22ada3bad3c212bee9986a99f3782248780d32fc3a"
|
||||||
end
|
end
|
||||||
|
|
||||||
resource "html" do
|
resource "html" do
|
||||||
url "https://www.kernel.org/pub/software/scm/git/git-htmldocs-2.6.1.tar.xz"
|
url "https://www.kernel.org/pub/software/scm/git/git-htmldocs-2.6.2.tar.xz"
|
||||||
sha256 "791487ebd5a25456d41d8825ef450fdf3214898a328028d01acdb21a668052da"
|
sha256 "7cd13ccbe397dc742920b403957a7c769728dfe3eacc7bb91aa230ca8ab1e1c8"
|
||||||
end
|
end
|
||||||
|
|
||||||
option "with-blk-sha1", "Compile with the block-optimized SHA1 implementation"
|
option "with-blk-sha1", "Compile with the block-optimized SHA1 implementation"
|
||||||
|
|
Loading…
Reference in a new issue