diff options
| author | Jaehoon You | 2015-02-06 10:53:56 +0900 |
|---|---|---|
| committer | Mike McQuaid | 2015-02-06 07:18:01 +0000 |
| commit | 866c9709c223769857abd385491677a8e66a6bb7 (patch) | |
| tree | 5b9ad7ccc12ba4d9a0603240c8f4947e05bd4668 /Library/Formula | |
| parent | 66b1bb0445b66a07e0e5d7a07fd6cfcb930379b0 (diff) | |
| download | homebrew-866c9709c223769857abd385491677a8e66a6bb7.tar.bz2 | |
git 2.3.0
Release notes: https://github.com/git/git/blob/master/Documentation/RelNotes/2.3.0.txt
Signed-off-by: Jaehoon You <teslamint@gmail.com>
Closes #36585.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
| -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 5f3b54a40..482efaa7a 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.2.2.tar.gz" - sha256 "e9e50d0d382183a9327d39334eb65db92852208e1438aab2a9bf8d06ef17b653" + url "https://www.kernel.org/pub/software/scm/git/git-2.3.0.tar.gz" + sha256 "ba2fe814e709a5d0f034ebe82083fce7feed0899b3a8c8b3adf1c5a85d1ce9ac" 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.2.2.tar.gz" - sha256 "c9340fad1f521f3782abca4839d66bfee237f3e931856413561cf1b55fc9d550" + url "https://www.kernel.org/pub/software/scm/git/git-manpages-2.3.0.tar.gz" + sha256 "8aa4d1e5d7bbf5641a9de92279369d9b20cc266ba7b2888104efa40e80b53559" end resource "html" do - url "https://www.kernel.org/pub/software/scm/git/git-htmldocs-2.2.2.tar.gz" - sha256 "7f5eb11cf3dd5abb4705fb91f52c78ff4265b2e2eb15948cef311b3e04896d1c" + url "https://www.kernel.org/pub/software/scm/git/git-htmldocs-2.3.0.tar.gz" + sha256 "f8edf1547d3fd4e7e820dd2fad1b92eaae6335c993c26e4b03989ea3941d8441" end option "with-blk-sha1", "Compile with the block-optimized SHA1 implementation" |
