[cpp-httplib] Update library to 0.5.1 (#9480)

[cpp-httplib] Update library to 0.5.1
This commit is contained in:
Leonid Pospelov 2020-01-06 22:15:34 +03:00 committed by dan-shaw
parent bff594f7ff
commit ab9a30c329
2 changed files with 4 additions and 10 deletions

View File

@ -1,4 +1,4 @@
Source: cpp-httplib Source: cpp-httplib
Version: 0.4.2 Version: 0.5.1
Homepage: https://github.com/yhirose/cpp-httplib Homepage: https://github.com/yhirose/cpp-httplib
Description: A single file C++11 header-only HTTP/HTTPS server and client library Description: A single file C++11 header-only HTTP/HTTPS server and client library

View File

@ -1,10 +1,8 @@
include(vcpkg_common_functions)
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO yhirose/cpp-httplib REPO yhirose/cpp-httplib
REF v0.4.2 REF v0.5.1
SHA512 2269bba048790cc37d9dc79de727959d337182ebee50dbacaabcdc495e1a7ef429ad2331c4479b075fd842ba7c3fcef87c487a5c04307e150b747ddd0f04d545 SHA512 808ad4a9b4d2a6d25eb342985a9d2407c252b6cdf85da2372b7426338c59ccaf49b2a04a4aa1cb0c97487ab8ec6ab5c098e1785edcccd94296488539af6ba1ef
HEAD_REF master HEAD_REF master
) )
@ -14,8 +12,4 @@ file(
) )
# Handle copyright # Handle copyright
configure_file( file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/cpp-httplib RENAME copyright)
${SOURCE_PATH}/LICENSE
${CURRENT_PACKAGES_DIR}/share/cpp-httplib/copyright
COPYONLY
)