aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Romero <romerosanchezv@gmail.com>2019-10-09 11:14:09 -0700
committerGitHub <noreply@github.com>2019-10-09 11:14:09 -0700
commiteac3164d51aaa3f571a85cc15dd6ce05ff5eafda (patch)
tree632f923cce9b815fb08c15a462263a1dcf0c26b2
parent65fd4502aefa228aff2e40a3feb1b717e86b1e39 (diff)
parent217aab7a1117beaf6f93eb851e96b58c115a2cdb (diff)
downloadvcpkg-eac3164d51aaa3f571a85cc15dd6ce05ff5eafda.tar.gz
vcpkg-eac3164d51aaa3f571a85cc15dd6ce05ff5eafda.zip
Merge pull request #8493 from eao197/restinio-0.6.0.1
[restinio] updated to v.0.6.0.1
-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 78d31a23b..debd0ea60 100644
--- a/ports/restinio/CONTROL
+++ b/ports/restinio/CONTROL
@@ -1,4 +1,4 @@
Source: restinio
-Version: 0.6.0
+Version: 0.6.0.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
diff --git a/ports/restinio/portfile.cmake b/ports/restinio/portfile.cmake
index d0c843eb3..1b1b96255 100644
--- a/ports/restinio/portfile.cmake
+++ b/ports/restinio/portfile.cmake
@@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO stiffstream/restinio
- REF v.0.6.0
- SHA512 70c37a9b88db5eef0591baf0adc8227c1103a4f272c8fcd332410b9481854f5ae8f2385c8070c7eab17e8a75e699cded528fc655fbdef3553203914abb379b3a
+ REF v.0.6.0.1
+ SHA512 7f992034b15bd29568b3b5579ccbc1f38b252f92fef605cf3ee8334f4aa1ae46720aeb7c99db8edad298893f1e1c01e0c4d8980c426828a5da3339caaf84eaf7
)
vcpkg_configure_cmake(