aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreao197 <eao197@users.noreply.github.com>2020-02-29 08:10:36 +0300
committerGitHub <noreply@github.com>2020-02-28 21:10:35 -0800
commitc953d07fdad46cdc49434377b4b0087436540f11 (patch)
treeccaf77cb0854c9d74af72437944f2be0c15f51f7
parent81965f6b3f7e99c3018f914cb8a15c2c02adcd4c (diff)
downloadvcpkg-c953d07fdad46cdc49434377b4b0087436540f11.tar.gz
vcpkg-c953d07fdad46cdc49434377b4b0087436540f11.zip
[restinio] update to v.0.6.5 (#10208)
-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 0b9ced469..f4f56fb90 100644
--- a/ports/restinio/CONTROL
+++ b/ports/restinio/CONTROL
@@ -1,5 +1,5 @@
Source: restinio
-Version: 0.6.4
+Version: 0.6.5
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 416993893..50c1eb710 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 1b6fdc114991ccc726b1b90153eee535106a6367 # v.0.6.4
- SHA512 68a735502f8f10e20e6caa5ed918166dc8448e5a0dfa3c6ee0cf3d43768ef7a27ffbfbe46c440dce9b846e5e6762818a9614c2d48aa67dbc03adb1854b28928b
+ REF 6934bd5a8ad707eb6a04894ec3bb198a39f447d9 # v.0.6.5
+ SHA512 5a0228a7a0940f38429cd63368ee3dee72ff2bc9a019bb7b3c9e59314a8fd7afee555f10f9ec375dc7dda412bc6922f7f561fc54b6cf2b783b7db3dda0c2ae6b
)
vcpkg_configure_cmake(