[cpp-httplib] update to v0.10.7 (#24571)

* [cpp-httplib] update to v0.10.7

* update version
This commit is contained in:
JonLiu1993 2022-05-07 02:44:41 +08:00 committed by GitHub
parent 309f985971
commit d331773973
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -2,8 +2,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO yhirose/cpp-httplib
REF d73395e1dc652465fa9524266cd26ad57365491f #v0.10.3
SHA512 cace318611a1e306b774b4bb08e0312ad06fc10acb829b1df6d5cef9c1d6b018c0c5ebb8e3859fa2bee974dbd51fc5df90a43aa81107c97377d55bb36595b67d
REF 9452c0a4b69c5e4e31169ed32e961d330695122c #v0.10.7
SHA512 23c4ca159ed4ddf29c3911436436502df76420d8bc8b202f290627de96ee6a741b74409a90f943f3fbbb59af1975bd8c36a94bd4c5eff3981f4514feb326e110
HEAD_REF master
)

View File

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

@ -1557,7 +1557,7 @@
"port-version": 0
},
"cpp-httplib": {
"baseline": "0.10.3",
"baseline": "0.10.7",
"port-version": 0
},
"cpp-ipc": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "48c366ec15c570dbd1968b288649d2c33ce6ca08",
"version": "0.10.7",
"port-version": 0
},
{
"git-tree": "55de9c78120ee08fc96d9a6badab8e1d137ab36a",
"version": "0.10.3",