git 2.13.0

Closes #13410.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
Leon Klingele 2017-05-10 02:31:45 +02:00 committed by ilovezfs
parent 40a482b493
commit 852a076af9

View file

@ -1,8 +1,8 @@
class Git < Formula class Git < Formula
desc "Distributed revision control system" desc "Distributed revision control system"
homepage "https://git-scm.com" homepage "https://git-scm.com"
url "https://www.kernel.org/pub/software/scm/git/git-2.12.2.tar.xz" url "https://www.kernel.org/pub/software/scm/git/git-2.13.0.tar.xz"
sha256 "d21a9e23506e618d561fb25a8a7bd6134f927b86147930103487117a7a678c4a" sha256 "4bbf2ab6f2341253a38f95306ec7936833eb1c42572da5c1fa61f0abb2191258"
head "https://github.com/git/git.git", :shallow => false head "https://github.com/git/git.git", :shallow => false
bottle do bottle do
@ -38,13 +38,13 @@ class Git < Formula
end end
resource "html" do resource "html" do
url "https://www.kernel.org/pub/software/scm/git/git-htmldocs-2.12.2.tar.xz" url "https://www.kernel.org/pub/software/scm/git/git-htmldocs-2.13.0.tar.xz"
sha256 "6f656085c2fdca94df1cc3eb8624c38099f920318c428e34ef0333ecf7f4cd59" sha256 "d5ddfb8eedd5a53c0e46e183ed1513dbdd4f5d5e7ef6624040ba0b7381221e3a"
end end
resource "man" do resource "man" do
url "https://www.kernel.org/pub/software/scm/git/git-manpages-2.12.2.tar.xz" url "https://www.kernel.org/pub/software/scm/git/git-manpages-2.13.0.tar.xz"
sha256 "7ed1da04e6b0f7fb54a3c7546c6a30fe999b5c8ffcf5e3418521e7550b7f9558" sha256 "8414f9c62e2b099cd0ea2ca22c55fb6538b13fc7a3ed1508fb9881aae42a97c9"
end end
def install def install