mirror of
https://github.com/cemu-project/vcpkg.git
synced 2024-11-24 03:39:45 +00:00
Update RESTinio to v.0.4.8. (#4121)
* Update RESTinio to v.0.4.8. * [restinio] Inline single-use variable
This commit is contained in:
parent
f1095cc5ae
commit
cef892ffae
@ -1,4 +1,4 @@
|
||||
Source: restinio
|
||||
Version: 0.4.7
|
||||
Version: 0.4.8
|
||||
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,12 +1,10 @@
|
||||
include(vcpkg_common_functions)
|
||||
|
||||
set(RESTINIO_VERSION 0.4.7)
|
||||
|
||||
vcpkg_from_bitbucket(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO sobjectizerteam/restinio-0.4
|
||||
REF v.${RESTINIO_VERSION}
|
||||
SHA512 bc6eebfce9a2fb7faf9af7b14d7c96ec7b28be992681f65701145d5712ae2efe562b964ee7498944a9aa38a53281ed0928c3d6c000c842dbdb87deae1b5ebcad
|
||||
REF v.0.4.8
|
||||
SHA512 da44a6df47f68294b1f26241d63ab282b16a8111580959ea5d69e18d9faca68fe9932451d07c4cd5732d5ac4e6fab6550842fd6bac6385a622fb618b4a916975
|
||||
)
|
||||
|
||||
vcpkg_configure_cmake(
|
||||
|
Loading…
Reference in New Issue
Block a user