aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreao197 <eao197@users.noreply.github.com>2019-08-02 20:31:11 +0300
committerPhil Christensen <philc@microsoft.com>2019-08-02 10:31:11 -0700
commit3063c145cab44d48a464bd2aec094d44bc1e199e (patch)
tree6e3d4c4d5227c36bd45ce0a5a5aedcb9156a01e8
parent995ab878608e9e2f660e674da29e88ec25bd14aa (diff)
downloadvcpkg-3063c145cab44d48a464bd2aec094d44bc1e199e.tar.gz
vcpkg-3063c145cab44d48a464bd2aec094d44bc1e199e.zip
RESTinio updated to v.0.5.1.1 (#7514)
-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 a7c81a55f..fc536c2fe 100644
--- a/ports/restinio/CONTROL
+++ b/ports/restinio/CONTROL
@@ -1,4 +1,4 @@
Source: restinio
-Version: 0.5.1-1
+Version: 0.5.1.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 5ae3cc2e2..fa329a9bd 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
- REF v.0.5.1
- SHA512 e8d1f9ac6dcb87012a656ba9f80412db93280b436199013ed36aa31398f0c0e65b634e2e714b9709afae717e2bc432891d5125f4af01b0d3a0ce79169de40870
+ REF v.0.5.1.1
+ SHA512 f5eedd53f4459936d4b32a4243c703a350a611bfc7b0c17c2bb047944cc054f8a93f9fd4904f76d601eb2ce0c9b078c33a6a545b5698ddaf63c3f5327dabd5f6
)
vcpkg_configure_cmake(