aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreao197 <eao197@users.noreply.github.com>2020-07-31 21:16:37 +0300
committerGitHub <noreply@github.com>2020-07-31 11:16:37 -0700
commit0a8857d2609d402b1854a2cc44614ccfa0ee841c (patch)
tree23e94441d3d86c25ff939b04ffdff8e635b39089
parente2cdd0786670202516d73c8906b15f700263cc06 (diff)
downloadvcpkg-0a8857d2609d402b1854a2cc44614ccfa0ee841c.tar.gz
vcpkg-0a8857d2609d402b1854a2cc44614ccfa0ee841c.zip
[RESTinio] Update to v.0.6.8.1 (#12087)
* RESTinio updated to v.0.6.8.1 * Fix version number in comment.
-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 d953dcfee..12f685437 100644
--- a/ports/restinio/CONTROL
+++ b/ports/restinio/CONTROL
@@ -1,5 +1,5 @@
Source: restinio
-Version: 0.6.8
+Version: 0.6.8.1
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
Homepage: https://github.com/stiffstream/restinio
diff --git a/ports/restinio/portfile.cmake b/ports/restinio/portfile.cmake
index c2cbbb057..8d0771036 100644
--- a/ports/restinio/portfile.cmake
+++ b/ports/restinio/portfile.cmake
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO stiffstream/restinio
- REF c34f83a68e60537eba52e2d076ed22495ad4c5df # v.0.6.8
- SHA512 1c03a2cc96f44ce004870136ffdaa7a9abc5bc5173edadfe58e4f92f2e3c67c1555b4604094ad3a1dab1f0bf01cf9d79cf7d5a381f357aa4bdff90656a27e0c1
+ REF c4ed2d0956948d47a8fd569f3c0f3d2113219421 # v.0.6.8.1
+ SHA512 4f325e9bb4618cde11661b92d309eea549e19ea455f834973baee54a9f181802d3b261b07cfd8de710e45dfd5d48d6c74380222f95895f32bf5996bda61172f3
)
vcpkg_configure_cmake(