aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreao197 <eao197@users.noreply.github.com>2019-06-04 12:15:39 +0300
committerRobert Schumacher <roschuma@microsoft.com>2019-06-04 02:15:39 -0700
commitc5dbc68a38fdc77a4004bcf453eac3f53c8e441c (patch)
tree286e18b2d3b13565c7ba6d4a505416fd827ed6c5
parent12d202099e906b77a4f852328f55fb90d08ef450 (diff)
downloadvcpkg-c5dbc68a38fdc77a4004bcf453eac3f53c8e441c.tar.gz
vcpkg-c5dbc68a38fdc77a4004bcf453eac3f53c8e441c.zip
RESTinio updated to v.0.5.0 (#6749)
-rw-r--r--ports/restinio/CONTROL2
-rw-r--r--ports/restinio/portfile.cmake6
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/restinio/CONTROL b/ports/restinio/CONTROL
index db9057456..23abf439e 100644
--- a/ports/restinio/CONTROL
+++ b/ports/restinio/CONTROL
@@ -1,4 +1,4 @@
Source: restinio
-Version: 0.4.9.1
+Version: 0.5.0
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 cbb9315fb..33895629f 100644
--- a/ports/restinio/portfile.cmake
+++ b/ports/restinio/portfile.cmake
@@ -2,9 +2,9 @@ include(vcpkg_common_functions)
vcpkg_from_bitbucket(
OUT_SOURCE_PATH SOURCE_PATH
- REPO sobjectizerteam/restinio-0.4
- REF v.0.4.9.1
- SHA512 e1bd27c08331b2994ce1be140502c9d7166cc997fd79f4380ea3400106f11a2cad25c72b9d0a0b2bf11c15ce9f895522e7aea41a5f2620e30752eded78869a62
+ REPO sobjectizerteam/restinio
+ REF v.0.5.0
+ SHA512 2031abf6928456d9f93b965c0fd0114070b0aeac055edc78442284ad8a2dea47d9eaa8cb1761e76fa31286e7881559fa7d99e404e3c0d2639e6a0afab6bedd4f
)
vcpkg_configure_cmake(