mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:29:07 +08:00
[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:
parent
55416201b3
commit
7aa68ace49
@ -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
|
||||
|
@ -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",
|
||||
|
@ -1821,7 +1821,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"cpp-httplib": {
|
||||
"baseline": "0.14.1",
|
||||
"baseline": "0.14.3",
|
||||
"port-version": 0
|
||||
},
|
||||
"cpp-ipc": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "6f65092ce5157b3cf987bf0daba4db53f5d10d37",
|
||||
"version": "0.14.3",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "209025ac7de89c4a8292aeffd8a59259dfc433c5",
|
||||
"version": "0.14.1",
|
||||
|
Loading…
Reference in New Issue
Block a user