diff options
| author | eao197 <eao197@users.noreply.github.com> | 2020-08-14 19:52:28 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-14 09:52:28 -0700 |
| commit | fc4708a5e6cc143320ccb71bc4a4d0b632e64dde (patch) | |
| tree | 75c9f9c749e37e0a48d6718efd95a916f7f3c70d | |
| parent | b8d3e831dd109217763fee91d750f15745997858 (diff) | |
| download | vcpkg-fc4708a5e6cc143320ccb71bc4a4d0b632e64dde.tar.gz vcpkg-fc4708a5e6cc143320ccb71bc4a4d0b632e64dde.zip | |
RESTinio updated to v.0.6.9. (#12889)
| -rw-r--r-- | ports/restinio/CONTROL | 2 | ||||
| -rw-r--r-- | ports/restinio/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/restinio/CONTROL b/ports/restinio/CONTROL index 12f685437..f86387b32 100644 --- a/ports/restinio/CONTROL +++ b/ports/restinio/CONTROL @@ -1,5 +1,5 @@ Source: restinio -Version: 0.6.8.1 +Version: 0.6.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 Homepage: https://github.com/stiffstream/restinio diff --git a/ports/restinio/portfile.cmake b/ports/restinio/portfile.cmake index 8d0771036..5dcd5e690 100644 --- a/ports/restinio/portfile.cmake +++ b/ports/restinio/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO stiffstream/restinio
- REF c4ed2d0956948d47a8fd569f3c0f3d2113219421 # v.0.6.8.1
- SHA512 4f325e9bb4618cde11661b92d309eea549e19ea455f834973baee54a9f181802d3b261b07cfd8de710e45dfd5d48d6c74380222f95895f32bf5996bda61172f3
+ REF 0ef04a26155d8aa4a56a36cc013c7e722675da21 # v.0.6.9
+ SHA512 6ae218275f8b654e64708bfde7873170d613e830ffce4e9dade18ff06c47c0a8eec42570fe59f36e31ab052ad0e7724928d94fd70c6f72454a3cd7eb6cdbf175
)
vcpkg_configure_cmake(
|
