aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-12-18 21:14:19 +0000
committerMike McQuaid2014-12-18 21:31:04 +0000
commit44f3f1ea931d517dac91880ed41e95d09d864d28 (patch)
tree38787357d05320d4aed0be670f5ed8b428292fd6 /Library
parent3bdab7278e5a2446933af7b5adfe8d2304aaea4d (diff)
downloadhomebrew-44f3f1ea931d517dac91880ed41e95d09d864d28.tar.bz2
git 2.2.1
Closes #35105. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-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 d3cbbd68c..08ac4ed86 100644
--- a/Library/Formula/git.rb
+++ b/Library/Formula/git.rb
@@ -2,8 +2,8 @@ require "formula"
class Git < Formula
homepage "http://git-scm.com"
- url "https://www.kernel.org/pub/software/scm/git/git-2.2.0.tar.gz"
- sha1 "b59ad3f9e9c933960b064e31d793757c145be83a"
+ url "https://www.kernel.org/pub/software/scm/git/git-2.2.1.tar.gz"
+ sha1 "02ae13b144fa5b83733987791cacaa3de855ff0b"
head "https://github.com/git/git.git", :shallow => false
@@ -15,13 +15,13 @@ class Git < Formula
end
resource "man" do
- url "https://www.kernel.org/pub/software/scm/git/git-manpages-2.2.0.tar.gz"
- sha1 "6d068b6526ef035f48505894de7452df22e6ed40"
+ url "https://www.kernel.org/pub/software/scm/git/git-manpages-2.2.1.tar.gz"
+ sha1 "b914710a4fee2b3d13cdf15fa2f835461c53dd57"
end
resource "html" do
- url "https://www.kernel.org/pub/software/scm/git/git-htmldocs-2.2.0.tar.gz"
- sha1 "fef0a1944d9d94d5a97e2dae3e53b9818af7973d"
+ url "https://www.kernel.org/pub/software/scm/git/git-htmldocs-2.2.1.tar.gz"
+ sha1 "211cea89850804ec92a3135c53d237a9c69704f0"
end
option "with-blk-sha1", "Compile with the block-optimized SHA1 implementation"