RESTinio updated to v.0.6.12. (#14496)

This commit is contained in:
eao197 2020-11-12 02:40:24 +03:00 committed by GitHub
parent 8a9335d90d
commit 54d35841b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO stiffstream/restinio
REF 7743d63325ad20ac87331c110f064f5f55defb40 # v.0.6.11
SHA512 27f5f217184b4912fc6ae7194f8f2e126b0b7bbc2e19b63c7b44d990be6544a799dce8c8a221a4079fd44b4119ba63c29775d12a2d86e9f1affe0b057d8ad302
REF 38fe6b0fe8a624bed5c6d0c9a600d0abb2db62a3 # v.0.6.12
SHA512 34e0eed7560a05725158cf47ca77e69746c6134f6e1579de30b7130d0010a92dea429755021ef52745d14a0358b12b205ddaec698c0b8e1a75b853d6a303537b
)
vcpkg_configure_cmake(

View File

@ -1,6 +1,6 @@
{
"name": "restinio",
"version-string": "0.6.11",
"version-string": "0.6.12",
"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",