From 9190f58d0fd33c2debabd9f7723299ebd77fc7cf Mon Sep 17 00:00:00 2001 From: eao197 Date: Fri, 23 Oct 2020 21:54:16 +0300 Subject: [PATCH] [restinio] update to v.0.6.11 (#14162) --- ports/restinio/CONTROL | 6 ------ ports/restinio/portfile.cmake | 4 ++-- ports/restinio/vcpkg.json | 12 ++++++++++++ 3 files changed, 14 insertions(+), 8 deletions(-) delete mode 100644 ports/restinio/CONTROL create mode 100644 ports/restinio/vcpkg.json diff --git a/ports/restinio/CONTROL b/ports/restinio/CONTROL deleted file mode 100644 index 290e1676766eef..00000000000000 --- a/ports/restinio/CONTROL +++ /dev/null @@ -1,6 +0,0 @@ -Source: restinio -Version: 0.6.10 -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 9a1995f75d3bda..e11dadd7bbe9c7 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 bac11ec9cd08e3d1ebe663a9be17f0808e74d7af # v.0.6.10 - SHA512 c41f71c13346ca07b78ec8d451c2a591e819eb7459386b24d527d349564562be582969e969dc18cbaf45e9689203c6f7d43e69245dd7af0f82d38afdcb8cd804 + REF 7743d63325ad20ac87331c110f064f5f55defb40 # v.0.6.11 + SHA512 27f5f217184b4912fc6ae7194f8f2e126b0b7bbc2e19b63c7b44d990be6544a799dce8c8a221a4079fd44b4119ba63c29775d12a2d86e9f1affe0b057d8ad302 ) vcpkg_configure_cmake( diff --git a/ports/restinio/vcpkg.json b/ports/restinio/vcpkg.json new file mode 100644 index 00000000000000..1348bf33d4cb57 --- /dev/null +++ b/ports/restinio/vcpkg.json @@ -0,0 +1,12 @@ +{ + "name": "restinio", + "version-string": "0.6.11", + "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", + "dependencies": [ + "asio", + "fmt", + "http-parser" + ] +}