[cpp-httplib] update to 0.17.0 (#40758)

This commit is contained in:
miyanyan 2024-09-04 02:14:28 +08:00 committed by GitHub
parent 6ba25eb4a0
commit 36f13fd199
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO yhirose/cpp-httplib
REF "v${VERSION}"
SHA512 d0a3d5477cb76cbbbc6da53b0abff3b45fd6b77c0d1686b355ce2904593c67c25849d2b1348e49b0b57ece5be91404fe976b06d75d34eb5068b1e130fd7ddbee
SHA512 b4c29ba7d4b832722cda01a03c8ba8c2a318afaaf7dbf5cde9aa21d0626070e61e3c39f547c8068ca7da076a96e6a0da526b80c75e33944a51665879ff45f2c7
HEAD_REF master
PATCHES
fix-find-brotli.patch

View File

@ -1,6 +1,6 @@
{
"name": "cpp-httplib",
"version": "0.16.2",
"version": "0.17.0",
"description": "A single file C++11 header-only HTTP/HTTPS server and client library",
"homepage": "https://github.com/yhirose/cpp-httplib",
"license": "MIT",

View File

@ -1873,7 +1873,7 @@
"port-version": 0
},
"cpp-httplib": {
"baseline": "0.16.2",
"baseline": "0.17.0",
"port-version": 0
},
"cpp-ipc": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f32a3404b27650358bc9de8aec265cc7538a865d",
"version": "0.17.0",
"port-version": 0
},
{
"git-tree": "ff97f2b2ebe3c9eacfa4adb8d9eabc65b7e7d0c8",
"version": "0.16.2",