[curl] update to 7.60.0

This commit is contained in:
pravic 2018-05-16 17:35:59 +03:00
parent 8bb28d0de4
commit 4f17361e24
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Source: curl
Version: 7_59_0-2
Version: 7.60.0
Build-Depends: zlib
Description: A library for transferring data with URLs
Default-Features: ssl

View File

@ -2,8 +2,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO curl/curl
REF curl-7_59_0
SHA512 eac51b986db7eafb836bc4fa00def88054304110990bf99a4387a5ff85a8375616c2ee5bee91bf608737faffe9f228dfd62be69a4b0622a4afe3deb1098b6bd3
REF curl-7_60_0
SHA512 876ca211d40887f36f77661235d3875bdd3fe210f131c8bd1025bd8c9ca3144a9ac23247067675a3e30385427748c51d0d54250cc2bb4a2ae0c3a9b9428b0e66
HEAD_REF master
)