mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[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:
parent
40c03b650f
commit
4121864a82
@ -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
|
||||
|
@ -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",
|
||||
|
@ -1833,7 +1833,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"cpp-httplib": {
|
||||
"baseline": "0.15.2",
|
||||
"baseline": "0.15.3",
|
||||
"port-version": 0
|
||||
},
|
||||
"cpp-ipc": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "8378b4e8bb46f2879c44465e1084a8eef0dd4318",
|
||||
"version": "0.15.3",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "f8ebd2e6ba742af05a5fe992c267ae338f0999d5",
|
||||
"version": "0.15.2",
|
||||
|
Loading…
x
Reference in New Issue
Block a user