vcpkg/ports/curl/CONTROL
pravic ef47bb4720 [curl] update to 7.61.0 (#3901)
* [curl] update to 7.61.0

* [curl] Fix wrong checksum.

* [curl] Remove winssl-http2 patch which is not needed anymore.

per curl/curl#2591.
2018-07-18 13:06:59 -07:00

25 lines
542 B
Plaintext

Source: curl
Version: 7.61.0
Build-Depends: zlib
Description: A library for transferring data with URLs
Default-Features: ssl
# For WINSSL add set(CURL_USE_WINSSL ON) to your triplet file
Feature: tool
Description: Builds curl executable
Feature: non-http
Description: Enables protocols beyond HTTP/HTTPS/HTTP2
Feature: http2
Build-Depends: nghttp2, curl[ssl]
Description: HTTP2 support
Feature: ssl
Build-Depends: openssl
Description: SSL support
Feature: ssh
Build-Depends: libssh2, curl[non-http]
Description: SSH support via libssh2