diff options
| author | Michael Paquier | 2015-04-22 11:54:57 +0900 |
|---|---|---|
| committer | Xu Cheng | 2015-04-23 19:29:25 +0800 |
| commit | d2cf644e05fe606cba1d7a2b54df550c8d9746b0 (patch) | |
| tree | de4e12e0481d7be81dee5c6efcc6f7d69db0359f | |
| parent | c6fb5fc1e3f5f11d9348857a3986e37fa2be46f6 (diff) | |
| download | homebrew-d2cf644e05fe606cba1d7a2b54df550c8d9746b0.tar.bz2 | |
git 2.3.6
Closes #38924.
Signed-off-by: Xu Cheng <xucheng@me.com>
| -rw-r--r-- | Library/Formula/git.rb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb index e878ddb2a..405a3193c 100644 --- a/Library/Formula/git.rb +++ b/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 @@ -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" |
