[curl] update to 7.58.0

This commit is contained in:
pravic 2018-01-24 11:30:44 +03:00
parent 2fa1ca1621
commit d0d38919bb
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Source: curl
Version: 7.57.0-2
Version: 7.58.0
Build-Depends: zlib, openssl, libssh2
Description: A library for transferring data with URLs
# For WINSSL create target triplet which contains set(CURL_USE_WINSSL ON)

View File

@ -2,8 +2,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO curl/curl
REF curl-7_57_0
SHA512 19f963d86682153d2d73731c784adf6457bc3fd48b628d6d701649f64718b10df268797ce21ad5f5339efc5df81b8547772edcc36c046665309e32997d5d1afc
REF curl-7_58_0
SHA512 148c25152732dd5ad2626bc70c7725577e25033a73eecefa4dd820927ec552f9c2d0235cc3f597404d3893eced7d5d2bd9522f6302b7f930e9f65912ac2c91f6
HEAD_REF master
)