mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 07:49:01 +08:00
[cpp-httplib] Update library to 0.9.1 (#18972)
* Bump cpp-httplib version to 0.9.1 * Run x-add-version
This commit is contained in:
parent
dc2d7dc09d
commit
1c3bd46b60
@ -2,8 +2,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO yhirose/cpp-httplib
|
||||
REF v0.8.9
|
||||
SHA512 6a3b756235f8a18ef740d0d56b3b8c13959276886e4032a7100656170b2efbdb7897a55a8bce42d38ef62c9a6d8462a9ccffc848320df3abfff24e86d4e7909b
|
||||
REF v0.9.1
|
||||
SHA512 164812075ad516a0a0ad587d7a479e0272fc5eecdbbf4522532dc3039a5282cc120b5b7d75eea3764d21acf203dc1bfccfb9e4f1dfe2515ca4ced546735c28fc
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cpp-httplib",
|
||||
"version": "0.8.9",
|
||||
"version": "0.9.1",
|
||||
"description": "A single file C++11 header-only HTTP/HTTPS server and client library",
|
||||
"homepage": "https://github.com/yhirose/cpp-httplib"
|
||||
}
|
||||
|
@ -1401,7 +1401,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"cpp-httplib": {
|
||||
"baseline": "0.8.9",
|
||||
"baseline": "0.9.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"cpp-netlib": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "9554bdd56e3c787d40e20b63582d3b5efbaf4f2f",
|
||||
"version": "0.9.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "c89a8ff559756338dc330c1845a0b6b3ccd3a9e6",
|
||||
"version": "0.8.9",
|
||||
|
Loading…
Reference in New Issue
Block a user