aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMichael Paquier2015-02-26 21:01:04 +0900
committerMike McQuaid2015-02-26 12:48:13 +0000
commitd53ebf771f1fa6fc133e53d4c4d58f5b3a2ce0cb (patch)
treef46cb8decfc95307ff2ae599813eb317df5116d2 /Library/Formula
parenta1f4127cb164b40459c8b7b610b8c71d1a4b83a9 (diff)
downloadhomebrew-d53ebf771f1fa6fc133e53d4c4d58f5b3a2ce0cb.tar.bz2
git 2.3.1
Closes #37215. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/git.rb12
1 files changed, 6 insertions, 6 deletions
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"