bump git to 2.24.0
remove revision 1 Closes #46247. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
edc8b28b60
commit
17c581c10d
1 changed files with 6 additions and 7 deletions
|
@ -1,9 +1,8 @@
|
|||
class Git < Formula
|
||||
desc "Distributed revision control system"
|
||||
homepage "https://git-scm.com"
|
||||
url "https://www.kernel.org/pub/software/scm/git/git-2.23.0.tar.xz"
|
||||
sha256 "234fa05b6839e92dc300b2dd78c92ec9c0c8d439f65e1d430a7034f60af16067"
|
||||
revision 1
|
||||
url "https://www.kernel.org/pub/software/scm/git/git-2.24.0.tar.xz"
|
||||
sha256 "9f71d61973626d8b28c4cdf8e2484b4bf13870ed643fed982d68b2cfd754371b"
|
||||
head "https://github.com/git/git.git", :shallow => false
|
||||
|
||||
bottle do
|
||||
|
@ -22,13 +21,13 @@ class Git < Formula
|
|||
end
|
||||
|
||||
resource "html" do
|
||||
url "https://www.kernel.org/pub/software/scm/git/git-htmldocs-2.23.0.tar.xz"
|
||||
sha256 "b7959afd19554aeaaa455c88eeed2c164854391f13319bd3fa7df2577c57ddc8"
|
||||
url "https://www.kernel.org/pub/software/scm/git/git-htmldocs-2.24.0.tar.xz"
|
||||
sha256 "05b6ed0719d5e29d5c60dd7d0a5469f4a0514008a64f6084ac26335d1b37f73b"
|
||||
end
|
||||
|
||||
resource "man" do
|
||||
url "https://www.kernel.org/pub/software/scm/git/git-manpages-2.23.0.tar.xz"
|
||||
sha256 "9558433f68ff4229bd55e84c4d26b74e5d3518ab0ec30186253b090ea887946a"
|
||||
url "https://www.kernel.org/pub/software/scm/git/git-manpages-2.24.0.tar.xz"
|
||||
sha256 "b0c872c16f22942c1cb6c90ec07f395a931f7c2f9fb920d2ec926674265c04a6"
|
||||
end
|
||||
|
||||
resource "Net::SMTP::SSL" do
|
||||
|
|
Loading…
Reference in a new issue