diff options
| -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 65b83cb0c..d953dcfee 100644 --- a/ports/restinio/CONTROL +++ b/ports/restinio/CONTROL @@ -1,5 +1,5 @@ Source: restinio -Version: 0.6.6 +Version: 0.6.8 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 67df455bc..c2cbbb057 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 d170b6af5aacfc64d0ed25b4e25c5057d5dd2130 # v.0.6.6
- SHA512 017aeadd8b4171d7e7e11d631eb5b57d75272456948808e7dc8b988cba3cfbbd18cba5a95deccb7440bc4918f6daf17904358179f45a5158cf1b9ca687afc0c8
+ REF c34f83a68e60537eba52e2d076ed22495ad4c5df # v.0.6.8
+ SHA512 1c03a2cc96f44ce004870136ffdaa7a9abc5bc5173edadfe58e4f92f2e3c67c1555b4604094ad3a1dab1f0bf01cf9d79cf7d5a381f357aa4bdff90656a27e0c1
)
vcpkg_configure_cmake(
|
