aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolai Grodzitski <utromvecherom@gmail.com>2018-08-24 23:46:58 +0300
committerRobert Schumacher <roschuma@microsoft.com>2018-08-24 13:46:58 -0700
commitcef892ffaec14c0f1293b309bb0ce26fa56a7bef (patch)
tree037522b6a4aeb36e3b034df97f9628eb99642807
parentf1095cc5aeb4549dbcb1be2bc42ca6aeac11d206 (diff)
downloadvcpkg-cef892ffaec14c0f1293b309bb0ce26fa56a7bef.tar.gz
vcpkg-cef892ffaec14c0f1293b309bb0ce26fa56a7bef.zip
Update RESTinio to v.0.4.8. (#4121)
* Update RESTinio to v.0.4.8. * [restinio] Inline single-use variable
-rw-r--r--ports/restinio/CONTROL2
-rw-r--r--ports/restinio/portfile.cmake6
2 files changed, 3 insertions, 5 deletions
diff --git a/ports/restinio/CONTROL b/ports/restinio/CONTROL
index 6eff3a238..1e0ad1d52 100644
--- a/ports/restinio/CONTROL
+++ b/ports/restinio/CONTROL
@@ -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
diff --git a/ports/restinio/portfile.cmake b/ports/restinio/portfile.cmake
index ab196f7ec..2ce2b7263 100644
--- a/ports/restinio/portfile.cmake
+++ b/ports/restinio/portfile.cmake
@@ -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(