diff options
Diffstat (limited to 'Library')
| -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" |
