mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-22 18:47:09 +01:00
[cpp-httplib] Update library to 0.7.0 (#12010)
This commit is contained in:
parent
8bec12ed59
commit
8d6b291ed0
@ -1,4 +1,4 @@
|
|||||||
Source: cpp-httplib
|
Source: cpp-httplib
|
||||||
Version: 0.5.1
|
Version: 0.7.0
|
||||||
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
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
|
# Header-only library
|
||||||
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.5.1
|
REF v0.7.0
|
||||||
SHA512 808ad4a9b4d2a6d25eb342985a9d2407c252b6cdf85da2372b7426338c59ccaf49b2a04a4aa1cb0c97487ab8ec6ab5c098e1785edcccd94296488539af6ba1ef
|
SHA512 4ffbeb6672dec5f3704d6c3da09acf0e1984b5c7c68455f7fb030a7457bc64983665498015f2372d8a85da02be1750bab03dae956653297ac8efef67ff682854
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -12,4 +13,4 @@ file(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Handle copyright
|
# Handle copyright
|
||||||
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/cpp-httplib RENAME copyright)
|
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user