[cpp-httplib] Update to 0.18.3 (#42663)

This commit is contained in:
Johannes Schönberger 2024-12-13 15:51:52 +01:00 committed by GitHub
parent 88d1abff91
commit 0890e9d8e2
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 35ff903d51fee5428d7a95a0406460f8a18d1b5653f6ec8f353d7a2f1084598e599b24d0401f7214d5ee8d9764c74a4e617fff55acd4e6733ab1b9f2d7d4403c
SHA512 d9eb70dfd8ebde658852d1a8cf9f96419ca11cad889b54672aa4812c0b5db0c3f1fddf63f536aec19fc4a849f41ed22461581a18f0733d3f906e45dd096bafd8
HEAD_REF master
PATCHES
fix-find-brotli.patch

View File

@ -1,6 +1,6 @@
{
"name": "cpp-httplib",
"version": "0.18.0",
"version": "0.18.3",
"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

@ -1897,7 +1897,7 @@
"port-version": 0
},
"cpp-httplib": {
"baseline": "0.18.0",
"baseline": "0.18.3",
"port-version": 0
},
"cpp-ipc": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "52b0104621a26bed2eb36abb9a2806edbe2f6133",
"version": "0.18.3",
"port-version": 0
},
{
"git-tree": "22ef6ccb262c5a3a835b39278d4800035a967a94",
"version": "0.18.0",