aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreao197 <eao197@users.noreply.github.com>2019-02-28 15:24:14 +0300
committerGriffin Downs <35574547+grdowns@users.noreply.github.com>2019-02-28 04:24:14 -0800
commit2684a5d1844febb1ee0b702292b16c4c222f4d35 (patch)
tree71c6b3b868f0b5a66e8e177e8a90d84df537a699
parentddf0043e94395c4cfdb633a5ceaa07d2016500fe (diff)
downloadvcpkg-2684a5d1844febb1ee0b702292b16c4c222f4d35.tar.gz
vcpkg-2684a5d1844febb1ee0b702292b16c4c222f4d35.zip
RESTinio updated to v.0.4.8.6 (#5487)
-rw-r--r--ports/restinio/CONTROL2
-rw-r--r--ports/restinio/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/restinio/CONTROL b/ports/restinio/CONTROL
index 83752b6c4..311b9d581 100644
--- a/ports/restinio/CONTROL
+++ b/ports/restinio/CONTROL
@@ -1,4 +1,4 @@
Source: restinio
-Version: 0.4.8.5
+Version: 0.4.8.6
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 8d5d07615..5e151cb9f 100644
--- a/ports/restinio/portfile.cmake
+++ b/ports/restinio/portfile.cmake
@@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_bitbucket(
OUT_SOURCE_PATH SOURCE_PATH
REPO sobjectizerteam/restinio-0.4
- REF v.0.4.8.5
- SHA512 e689033360af9a50f9e8c22e0852fa1ce5a7199484d8fc629570c6511f49b480434ee51efe2ae0f768f3e351e401ba100fd794657c5340e5750b4c5c19e37d71
+ REF v.0.4.8.6
+ SHA512 9b2e7af3e00a27a32605c27b45c1015468ae3ad5810b51b194eef0038d530c819bf6b91ff166852637dc0f141476f4d58876e4370929e2f091c7d5c1b3c9c72a
)
vcpkg_configure_cmake(