aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreao197 <eao197@users.noreply.github.com>2020-10-23 21:54:16 +0300
committerGitHub <noreply@github.com>2020-10-23 11:54:16 -0700
commit9190f58d0fd33c2debabd9f7723299ebd77fc7cf (patch)
treec6545f0e00ca855fd67b80b642b159a7811350ee
parent30489687b7dfc499f65a34cf835aaf0d482f5488 (diff)
downloadvcpkg-9190f58d0fd33c2debabd9f7723299ebd77fc7cf.tar.gz
vcpkg-9190f58d0fd33c2debabd9f7723299ebd77fc7cf.zip
[restinio] update to v.0.6.11 (#14162)
-rw-r--r--ports/restinio/CONTROL6
-rw-r--r--ports/restinio/portfile.cmake4
-rw-r--r--ports/restinio/vcpkg.json12
3 files changed, 14 insertions, 8 deletions
diff --git a/ports/restinio/CONTROL b/ports/restinio/CONTROL
deleted file mode 100644
index 290e16767..000000000
--- 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 9a1995f75..e11dadd7b 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 000000000..1348bf33d
--- /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"
+ ]
+}