Skip to content

Commit

Permalink
[restinio] update to v.0.6.11 (#14162)
Browse files Browse the repository at this point in the history
  • Loading branch information
eao197 authored Oct 23, 2020
1 parent 3048968 commit 9190f58
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
6 changes: 0 additions & 6 deletions ports/restinio/CONTROL

This file was deleted.

4 changes: 2 additions & 2 deletions ports/restinio/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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(
Expand Down
12 changes: 12 additions & 0 deletions ports/restinio/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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"
]
}

0 comments on commit 9190f58

Please sign in to comment.