git-ftp: update curl to 7.60.0
Closes #27922. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
675805757c
commit
3a3650e033
1 changed files with 4 additions and 3 deletions
|
@ -3,6 +3,7 @@ class GitFtp < Formula
|
|||
homepage "https://git-ftp.github.io/"
|
||||
url "https://github.com/git-ftp/git-ftp/archive/1.5.1.tar.gz"
|
||||
sha256 "8cca25e1f718b987ea22ec05c7d72522f21cacedd00a8a0e827f87cd68e101f0"
|
||||
revision 1
|
||||
head "https://github.com/git-ftp/git-ftp.git", :branch => "develop"
|
||||
|
||||
bottle do
|
||||
|
@ -16,9 +17,9 @@ class GitFtp < Formula
|
|||
depends_on "libssh2"
|
||||
|
||||
resource "curl" do
|
||||
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"
|
||||
url "https://curl.haxx.se/download/curl-7.60.0.tar.bz2"
|
||||
mirror "https://curl.askapache.com/download/curl-7.60.0.tar.bz2"
|
||||
sha256 "897dfb2204bd99be328279f88f55b7c61592216b0542fcbe995c60aa92871e9b"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue