Skip to content

Commit

Permalink
RESTinio updated to v.0.5.0 (#6749)
Browse files Browse the repository at this point in the history
  • Loading branch information
eao197 authored and ras0219-msft committed Jun 4, 2019
1 parent 12d2020 commit c5dbc68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ports/restinio/CONTROL
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions ports/restinio/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit c5dbc68

Please sign in to comment.