git-ftp: bump curl dependency
Closes #25262. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
968dbc1459
commit
61e23b3c76
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 4
|
||||
revision 5
|
||||
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.58.0.tar.bz2"
|
||||
mirror "https://curl.askapache.com/download/curl-7.58.0.tar.bz2"
|
||||
sha256 "1cb081f97807c01e3ed747b6e1c9fee7a01cb10048f1cd0b5f56cfe0209de731"
|
||||
url "https://curl.haxx.se/download/curl-7.59.0.tar.bz2"
|
||||
mirror "https://curl.askapache.com/download/curl-7.59.0.tar.bz2"
|
||||
sha256 "b5920ffd6a8c95585fb95070e0ced38322790cb335c39d0dab852d12e157b5a0"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue