Skip to content

Commit

Permalink
[restinio] Update to 0.6.14 (microsoft#21541)
Browse files Browse the repository at this point in the history
* RESTinio updated to 0.6.14.

* Fix for RESTinio's vcpkg.json.

* x-add-version for RESTinio.

* Fixes for RESTinio vcpkg.json and portfile.cmake files.

* x-add-version for RESTinio.
  • Loading branch information
eao197 authored Nov 22, 2021
1 parent 600e034 commit 477ff8b
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 8 deletions.
10 changes: 5 additions & 5 deletions ports/restinio/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO stiffstream/restinio
REF 0052518f5692f8f051031e06d933b726191be97e # v.0.6.13
SHA512 e7474aa1cef4145fe2f02c52cf80fdaf6724da45a4f3d0f1f56fc188ac50ff29a3ac72ea0e4402dc7ad378d0b2acfcea30cf8a57d218c3f5eb55d3f0d83dad29
REF 20140bcecaec6f44ad5a8f68efcd8b44e1375604 # v.0.6.14
SHA512 e4654342831cb5c9086b60b22a7a15dd68a6769e28936576a1ff61352ea204f8e171bd446d002cefb514fd0cc4842878f23d5d51bc0da48c6224b96e4a0f3b14
)

vcpkg_configure_cmake(
vcpkg_cmake_configure(
SOURCE_PATH ${SOURCE_PATH}/vcpkg
PREFER_NINJA
)

vcpkg_install_cmake()
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/restinio)
vcpkg_cmake_install()
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/restinio)

file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/lib ${CURRENT_PACKAGES_DIR}/debug)
# Handle copyright
Expand Down
12 changes: 10 additions & 2 deletions ports/restinio/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
{
"name": "restinio",
"version-string": "0.6.13",
"version": "0.6.14",
"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"
"http-parser",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5965,7 +5965,7 @@
"port-version": 1
},
"restinio": {
"baseline": "0.6.13",
"baseline": "0.6.14",
"port-version": 0
},
"rexo": {
Expand Down
5 changes: 5 additions & 0 deletions versions/r-/restinio.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "65493f16b394fd5a61f908afc058dae965a60989",
"version": "0.6.14",
"port-version": 0
},
{
"git-tree": "2e3eb39da32552d1e5682e5d450e29046c1990ad",
"version-string": "0.6.13",
Expand Down

0 comments on commit 477ff8b

Please sign in to comment.