git-ftp: update curl
Closes #23242. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
f56cc2eee8
commit
70e9219d0c
1 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@ class GitFtp < Formula
|
|||
homepage "https://git-ftp.github.io/"
|
||||
url "https://github.com/git-ftp/git-ftp/archive/1.4.0.tar.gz"
|
||||
sha256 "080e9385a9470d70a5a2a569c6e7db814902ffed873a77bec9d0084bcbc3e054"
|
||||
revision 3
|
||||
revision 4
|
||||
head "https://github.com/git-ftp/git-ftp.git", :branch => "develop"
|
||||
|
||||
bottle do
|
||||
|
@ -17,9 +17,9 @@ class GitFtp < Formula
|
|||
depends_on "libssh2"
|
||||
|
||||
resource "curl" do
|
||||
url "https://curl.haxx.se/download/curl-7.57.0.tar.bz2"
|
||||
mirror "https://curl.askapache.com/download/curl-7.57.0.tar.bz2"
|
||||
sha256 "c92fe31a348eae079121b73884065e600c533493eb50f1f6cee9c48a3f454826"
|
||||
url "https://curl.haxx.se/download/curl-7.58.0.tar.bz2"
|
||||
mirror "https://curl.askapache.com/download/curl-7.58.0.tar.bz2"
|
||||
sha256 "1cb081f97807c01e3ed747b6e1c9fee7a01cb10048f1cd0b5f56cfe0209de731"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue