diff options
| author | eao197 <eao197@users.noreply.github.com> | 2020-11-12 02:40:24 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-11 15:40:24 -0800 |
| commit | 54d35841b4657604e52636e485926ef535737b49 (patch) | |
| tree | 7d01ecaddeb34ee4f448dae9c7239c401fe3110e | |
| parent | 8a9335d90da217a385febfc2b07aab4dfb685ec7 (diff) | |
| download | vcpkg-54d35841b4657604e52636e485926ef535737b49.tar.gz vcpkg-54d35841b4657604e52636e485926ef535737b49.zip | |
RESTinio updated to v.0.6.12. (#14496)
| -rw-r--r-- | ports/restinio/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/restinio/vcpkg.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/restinio/portfile.cmake b/ports/restinio/portfile.cmake index e11dadd7b..9e40fbf9d 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 7743d63325ad20ac87331c110f064f5f55defb40 # v.0.6.11
- SHA512 27f5f217184b4912fc6ae7194f8f2e126b0b7bbc2e19b63c7b44d990be6544a799dce8c8a221a4079fd44b4119ba63c29775d12a2d86e9f1affe0b057d8ad302
+ REF 38fe6b0fe8a624bed5c6d0c9a600d0abb2db62a3 # v.0.6.12
+ SHA512 34e0eed7560a05725158cf47ca77e69746c6134f6e1579de30b7130d0010a92dea429755021ef52745d14a0358b12b205ddaec698c0b8e1a75b853d6a303537b
)
vcpkg_configure_cmake(
diff --git a/ports/restinio/vcpkg.json b/ports/restinio/vcpkg.json index 1348bf33d..a7f75e4f7 100644 --- a/ports/restinio/vcpkg.json +++ b/ports/restinio/vcpkg.json @@ -1,6 +1,6 @@ { "name": "restinio", - "version-string": "0.6.11", + "version-string": "0.6.12", "description": "A header-only C++14 library that gives you an embedded HTTP/Websocket server targeted primarily for asynchronous processing of HTTP-requests.", "homepage": "https://github.com/Stiffstream/restinio", "license": "BSD-3-Clause", |
