restinio updated to v.0.4.8.7 (#6170)

This commit is contained in:
eao197 2019-04-22 20:54:10 +03:00 committed by Victor Romero
parent 3bce9ff5e7
commit e9f1c3831f
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Source: restinio Source: restinio
Version: 0.4.8.6 Version: 0.4.8.7
Description: A header-only C++14 library that gives you an embedded HTTP/Websocket server targeted primarily for asynchronous processing of HTTP-requests. 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 Build-Depends: asio, fmt, http-parser

View File

@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_bitbucket( vcpkg_from_bitbucket(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO sobjectizerteam/restinio-0.4 REPO sobjectizerteam/restinio-0.4
REF v.0.4.8.6 REF v.0.4.8.7
SHA512 9b2e7af3e00a27a32605c27b45c1015468ae3ad5810b51b194eef0038d530c819bf6b91ff166852637dc0f141476f4d58876e4370929e2f091c7d5c1b3c9c72a SHA512 2472facc3e6a718a3dadb251f705ab84221588c336ae0db5756650c133a219796b00607ebb2eacddc5b32cb648fd8ae30b1ced38a893861bd669766fe23ee573
) )
vcpkg_configure_cmake( vcpkg_configure_cmake(