[cpp-httplib] update to 0.15.3 (#36617)

* [cpp-httplib] update to 0.15.3

* [cpp-httplib] update to 0.15.3
This commit is contained in:
Jia Yue Hua 2024-02-08 04:40:52 +08:00 committed by GitHub
parent 40c03b650f
commit 4121864a82
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 8955a8c19e1dbcee792e0a2d8e87ec32248048f298e19d7d9adfcc4923f6dda73b0755fdfdcabbea0200934e9d0590de819474c50e4a4c1254724c399674ec68
SHA512 f7fc9c9eb71f091b82958e023a7b417b30d2590fd5d1a920d1c98361f34bcaca796dbeda7f9fdb8b2c722a8968977b77463c6cbb252cba9823a79c22471fa439
HEAD_REF master
PATCHES
fix-find-brotli.patch

View File

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

@ -1833,7 +1833,7 @@
"port-version": 0
},
"cpp-httplib": {
"baseline": "0.15.2",
"baseline": "0.15.3",
"port-version": 0
},
"cpp-ipc": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8378b4e8bb46f2879c44465e1084a8eef0dd4318",
"version": "0.15.3",
"port-version": 0
},
{
"git-tree": "f8ebd2e6ba742af05a5fe992c267ae338f0999d5",
"version": "0.15.2",