mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:09:00 +08:00
RESTinio updated to v.0.6.0 (#7962)
This commit is contained in:
parent
ce952a9316
commit
1fc1e10e84
@ -1,4 +1,4 @@
|
||||
Source: restinio
|
||||
Version: 0.5.1.1
|
||||
Version: 0.6.0
|
||||
Description: A header-only C++14 library that gives you an embedded HTTP/Websocket server targeted primarily for asynchronous processing of HTTP-requests.
|
||||
Build-Depends: asio, fmt, http-parser
|
||||
|
@ -1,10 +1,10 @@
|
||||
include(vcpkg_common_functions)
|
||||
|
||||
vcpkg_from_bitbucket(
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO sobjectizerteam/restinio
|
||||
REF v.0.5.1.1
|
||||
SHA512 f5eedd53f4459936d4b32a4243c703a350a611bfc7b0c17c2bb047944cc054f8a93f9fd4904f76d601eb2ce0c9b078c33a6a545b5698ddaf63c3f5327dabd5f6
|
||||
REPO stiffstream/restinio
|
||||
REF v.0.6.0
|
||||
SHA512 70c37a9b88db5eef0591baf0adc8227c1103a4f272c8fcd332410b9481854f5ae8f2385c8070c7eab17e8a75e699cded528fc655fbdef3553203914abb379b3a
|
||||
)
|
||||
|
||||
vcpkg_configure_cmake(
|
||||
|
Loading…
Reference in New Issue
Block a user