Skip to content

Commit

Permalink
[restinio] Update to 0.6.15 (#24936)
Browse files Browse the repository at this point in the history
* RESTinio updated to v0.6.15.

* RESTinio-0.6.15 added to baseline.

* Update ports/restinio/vcpkg.json as suggested.

Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com>

* Update baseline to RESTinio-0.6.15.

* Remove additional version entry

Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com>
  • Loading branch information
eao197 and Thomas1664 authored May 27, 2022
1 parent 8cfe258 commit 0371f46
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
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 20140bcecaec6f44ad5a8f68efcd8b44e1375604 # v.0.6.14
SHA512 e4654342831cb5c9086b60b22a7a15dd68a6769e28936576a1ff61352ea204f8e171bd446d002cefb514fd0cc4842878f23d5d51bc0da48c6224b96e4a0f3b14
REF 3bbbc97f572efc62dcf8ebfe3baf919593c22d81 # v.0.6.15
SHA512 3a89d72bad4383b83bcfe8bbe16e12f7c08367dc3dfb2feff5642334d2bd5df3c75e5b25c4402c54d4279c45d5ab5997992fba18c3099772b6145fa90af7c808
)

vcpkg_cmake_configure(
Expand Down
3 changes: 1 addition & 2 deletions ports/restinio/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "restinio",
"version": "0.6.14",
"port-version": 1,
"version": "0.6.15",
"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",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6205,8 +6205,8 @@
"port-version": 0
},
"restinio": {
"baseline": "0.6.14",
"port-version": 1
"baseline": "0.6.15",
"port-version": 0
},
"rexo": {
"baseline": "0.2.2",
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": "07fadf731052fa7900593db32c0515cba8c45138",
"version": "0.6.15",
"port-version": 0
},
{
"git-tree": "ea4d99d764e913dd233ac8d1df27c6720f5ccbd9",
"version": "0.6.14",
Expand Down

0 comments on commit 0371f46

Please sign in to comment.