diff options
| author | eao197 <eao197@users.noreply.github.com> | 2020-12-28 22:25:57 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-28 11:25:57 -0800 |
| commit | 445a333466467ffd79ab538c220b3719836b0af6 (patch) | |
| tree | e1586b894cc0f5cc2da114aef1f811e996832ff5 | |
| parent | 4a678aa329c0a6323d7334fdf3ad37d571600d27 (diff) | |
| download | vcpkg-445a333466467ffd79ab538c220b3719836b0af6.tar.gz vcpkg-445a333466467ffd79ab538c220b3719836b0af6.zip | |
RESTinio updated to v.0.6.13. (#15338)
| -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 9e40fbf9d..417b77698 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 38fe6b0fe8a624bed5c6d0c9a600d0abb2db62a3 # v.0.6.12
- SHA512 34e0eed7560a05725158cf47ca77e69746c6134f6e1579de30b7130d0010a92dea429755021ef52745d14a0358b12b205ddaec698c0b8e1a75b853d6a303537b
+ REF 0052518f5692f8f051031e06d933b726191be97e # v.0.6.13
+ SHA512 e7474aa1cef4145fe2f02c52cf80fdaf6724da45a4f3d0f1f56fc188ac50ff29a3ac72ea0e4402dc7ad378d0b2acfcea30cf8a57d218c3f5eb55d3f0d83dad29
)
vcpkg_configure_cmake(
diff --git a/ports/restinio/vcpkg.json b/ports/restinio/vcpkg.json index a7f75e4f7..7aace791b 100644 --- a/ports/restinio/vcpkg.json +++ b/ports/restinio/vcpkg.json @@ -1,6 +1,6 @@ { "name": "restinio", - "version-string": "0.6.12", + "version-string": "0.6.13", "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", |
