aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreao197 <eao197@users.noreply.github.com>2019-05-14 20:21:27 +0300
committerCurtis J Bezault <curtbezault@gmail.com>2019-05-14 10:21:27 -0700
commite4129a259e030c9fb2da10700e66a638099e7116 (patch)
treec9bdc31c92d2949c6ecce63cc21fea9de743654b
parent03b364f6bb231a7150257734195c657744c9771c (diff)
downloadvcpkg-e4129a259e030c9fb2da10700e66a638099e7116.tar.gz
vcpkg-e4129a259e030c9fb2da10700e66a638099e7116.zip
RESTinio updated to v.0.4.9 (#6440)
-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 1ea1a7c28..1444f330f 100644
--- a/ports/restinio/CONTROL
+++ b/ports/restinio/CONTROL
@@ -1,4 +1,4 @@
Source: restinio
-Version: 0.4.8.7
+Version: 0.4.9
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 9520e2dd4..fa8e0c587 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-0.4
- REF v.0.4.8.7
- SHA512 2472facc3e6a718a3dadb251f705ab84221588c336ae0db5756650c133a219796b00607ebb2eacddc5b32cb648fd8ae30b1ced38a893861bd669766fe23ee573
+ REF v.0.4.9
+ SHA512 a839d3178d89e954bd47a40c7468e1ab2b34786c0122897620d9d8cff36e9d2c50b5e93d0774f7bdba8a17f91ea7dc2730135a6cdcb76aad5d8f5079ee1d9fdd
)
vcpkg_configure_cmake(