Skip to content

Commit

Permalink
git 2.3.6
Browse files Browse the repository at this point in the history
Closes Homebrew#38924.

Signed-off-by: Xu Cheng <xucheng@me.com>
  • Loading branch information
Michael Paquier authored and xu-cheng committed Apr 23, 2015
1 parent c6fb5fc commit d2cf644
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Library/Formula/git.rb
@@ -1,7 +1,7 @@
class Git < Formula
homepage "http://git-scm.com"
url "https://www.kernel.org/pub/software/scm/git/git-2.3.5.tar.xz"
sha256 "d7711324a58d41b4c46d1e4d560ce17fec5f79fa0311107c15aac866f2c1645a"
url "https://www.kernel.org/pub/software/scm/git/git-2.3.6.tar.xz"
sha256 "3ce01c54e92b47366756f57742280e052412efde65344e31f51ad8a48a7c60fc"

head "https://github.com/git/git.git", :shallow => false

Expand All @@ -12,13 +12,13 @@ class Git < Formula
end

resource "man" do
url "https://www.kernel.org/pub/software/scm/git/git-manpages-2.3.5.tar.xz"
sha256 "8a1d580a45f9ca3220a59f96ebab9194c1ae6e1f3b30c8a934807040ce6d1940"
url "https://www.kernel.org/pub/software/scm/git/git-manpages-2.3.6.tar.xz"
sha256 "b1356f5cb3e7bf53445b08f24ea6950ef1f80031aedd6cd90e3ec60ff1f06b02"
end

resource "html" do
url "https://www.kernel.org/pub/software/scm/git/git-htmldocs-2.3.5.tar.xz"
sha256 "0e5588248735a209aaf0b7606e647fc9c4f90e0d5184ee28da9a41eccb85eaa1"
url "https://www.kernel.org/pub/software/scm/git/git-htmldocs-2.3.6.tar.xz"
sha256 "b37439087ae465534588a65380e3acb66d3e6949904ede720febeed1dc5d8b49"
end

option "with-blk-sha1", "Compile with the block-optimized SHA1 implementation"
Expand Down

0 comments on commit d2cf644

Please sign in to comment.