From d53ebf771f1fa6fc133e53d4c4d58f5b3a2ce0cb Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Thu, 26 Feb 2015 21:01:04 +0900 Subject: git 2.3.1 Closes #37215. Signed-off-by: Mike McQuaid --- Library/Formula/git.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Library') diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb index 5b1067f73..7e61d2a0c 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.0.tar.gz" - sha256 "ba2fe814e709a5d0f034ebe82083fce7feed0899b3a8c8b3adf1c5a85d1ce9ac" + url "https://www.kernel.org/pub/software/scm/git/git-2.3.1.tar.gz" + sha256 "a447b8912ab6e9efd05bdd2e4bbb1e7f55498b0d2b92e03319c06efea7b6e46f" 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.0.tar.gz" - sha256 "8aa4d1e5d7bbf5641a9de92279369d9b20cc266ba7b2888104efa40e80b53559" + url "https://www.kernel.org/pub/software/scm/git/git-manpages-2.3.1.tar.gz" + sha256 "89b4c81306fe77ea745292586efba42507bacced079e3ca015e85fbe244d13b8" end resource "html" do - url "https://www.kernel.org/pub/software/scm/git/git-htmldocs-2.3.0.tar.gz" - sha256 "f8edf1547d3fd4e7e820dd2fad1b92eaae6335c993c26e4b03989ea3941d8441" + url "https://www.kernel.org/pub/software/scm/git/git-htmldocs-2.3.1.tar.gz" + sha256 "f86f72b12df7a899eb56f8dddd6c9b8be7eff0fffce62336f93c22e04616f824" end option "with-blk-sha1", "Compile with the block-optimized SHA1 implementation" -- cgit v1.2.3