[cpp-httplib] update to 0.14.3 (#36264)

* [cpp-httplib] update to 0.14.3

* [cpp-httplib] update to 0.14.3
This commit is contained in:
Jia Yue Hua 2024-01-23 02:59:35 +08:00 committed by GitHub
parent 55416201b3
commit 7aa68ace49
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 6e995502e0cfd9953044207fabce29a3d6de49e79464b6bf89e1a9e667dc66fe1972c38d6428ad8e8fb96236e85b2d9ac60cbb58b4de03e8f837a9122151a706
SHA512 0e7955fc74b87550e260739abf2503b2b0aabb2e2925953956bef8ead9718367d075d37fb5468a40aa340d7bdafb06274e0770baab86b08c6a25020d96033b88
HEAD_REF master
PATCHES
fix-find-brotli.patch

View File

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

@ -1821,7 +1821,7 @@
"port-version": 0
},
"cpp-httplib": {
"baseline": "0.14.1",
"baseline": "0.14.3",
"port-version": 0
},
"cpp-ipc": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "6f65092ce5157b3cf987bf0daba4db53f5d10d37",
"version": "0.14.3",
"port-version": 0
},
{
"git-tree": "209025ac7de89c4a8292aeffd8a59259dfc433c5",
"version": "0.14.1",