git 2.4.2
Closes Homebrew/homebrew#40133. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
38114c3440
commit
b63d5095e0
1 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
class Git < Formula
|
||||
homepage "https://git-scm.com"
|
||||
url "https://www.kernel.org/pub/software/scm/git/git-2.4.1.tar.xz"
|
||||
sha256 "72851809632c9d1651290caa4bbd3b3094e92fbc6e0e0eb01c454a945c30ada4"
|
||||
url "https://www.kernel.org/pub/software/scm/git/git-2.4.2.tar.xz"
|
||||
sha256 "4801ec1cd8c2175b58cfdbc721d0bf50d74ae226f36905fceb894c2fb620c9e5"
|
||||
|
||||
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.4.1.tar.xz"
|
||||
sha256 "ebebd18797b84dd0251ac9ebcd35d55da95e651f18a13e6d8ac7d3c5ccc9d8f0"
|
||||
url "https://www.kernel.org/pub/software/scm/git/git-manpages-2.4.2.tar.xz"
|
||||
sha256 "1b1830e804725e90ff319d801ab25f84ad956564379ef976bdc91bd58b743c32"
|
||||
end
|
||||
|
||||
resource "html" do
|
||||
url "https://www.kernel.org/pub/software/scm/git/git-htmldocs-2.4.1.tar.xz"
|
||||
sha256 "b899dbf605121c8a7e60517121e1ff362fb4b6f51a204bb64b044b568023161a"
|
||||
url "https://www.kernel.org/pub/software/scm/git/git-htmldocs-2.4.2.tar.xz"
|
||||
sha256 "792cfc6c8236fdb58dfd66e39766c7b8097080361eed28443207bc6c36e07911"
|
||||
end
|
||||
|
||||
option "with-blk-sha1", "Compile with the block-optimized SHA1 implementation"
|
||||
|
|
Loading…
Reference in a new issue