mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:39:01 +08:00
[restinio] Update to 0.6.17 (#26701)
* RESTinio updated to 0.6.17. * RESTinio-0.6.17 added to baseline.
This commit is contained in:
parent
610176628f
commit
6e428ec15b
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO stiffstream/restinio
|
||||
REF 03e69fe720c91c65b8cfe93f463dc6063ab287bd # v.0.6.16
|
||||
SHA512 fc333181b4d9c25d8b759663af2e8e805a2a9eb81c0808e950d949e67c15b268e3c2a230fb34ffd4e4c4571004e1aa2136749f7d5ce92c43288089b171637390
|
||||
REF a5b668560138da42158511880470b19988566568 # v.0.6.17
|
||||
SHA512 fc3cdab9c240ba30b5f4b800ec452442a38db93936d3f7557255e6e7e3176217413fa421afec8b155cfb498df5ca9fc48a74a8e9bf1903aa31c9824d26d9618c
|
||||
)
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "restinio",
|
||||
"version": "0.6.16",
|
||||
"version": "0.6.17",
|
||||
"description": "A header-only C++14 library that gives you an embedded HTTP/Websocket server targeted primarily for asynchronous processing of HTTP-requests.",
|
||||
"homepage": "https://github.com/Stiffstream/restinio",
|
||||
"license": "BSD-3-Clause",
|
||||
|
@ -6389,7 +6389,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"restinio": {
|
||||
"baseline": "0.6.16",
|
||||
"baseline": "0.6.17",
|
||||
"port-version": 0
|
||||
},
|
||||
"rexo": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "7b285cfa0e43e1964ca4a91d2375516aa8121d79",
|
||||
"version": "0.6.17",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "d203c65a6c07e890c752ab69d981546bc208763e",
|
||||
"version": "0.6.16",
|
||||
|
Loading…
Reference in New Issue
Block a user