RESTinio updated to v.0.6.0 (#7962)

This commit is contained in:
eao197 2019-08-30 00:29:24 +03:00 committed by Victor Romero
parent ce952a9316
commit 1fc1e10e84
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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(