Skip to content

Commit

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

* Fix format for manifest file.

* x-add-version for RESTinio-0.7.1.

* Fix port for RESTinio v.0.7.1.

* x-add-version for fixed RESTinio port.
  • Loading branch information
eao197 authored Dec 29, 2023
1 parent ceca66b commit 695a696
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/restinio/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO stiffstream/restinio
REF "v.${VERSION}"
SHA512 de9929d9ed6acf9574482ffa3f865a550e319716c9cfc5a9e2e9f604169206df022d55e0e55174c66f0edc04a4491c028755272067e55ae646ecfccc1573f78f
SHA512 b5932a08687ef2d3ae02d0b0b1384b3462706ce207f16126efa8cd3dcea130d823863169dd5088b12b8c69761ccd044b447c2fe04f31ee10d26ff33d088606ee
)

set(VCPKG_BUILD_TYPE release) # header-only
Expand Down
2 changes: 1 addition & 1 deletion ports/restinio/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "restinio",
"version": "0.7.0",
"version": "0.7.1",
"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
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7489,7 +7489,7 @@
"port-version": 0
},
"restinio": {
"baseline": "0.7.0",
"baseline": "0.7.1",
"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": "b59b3fc1e00b5abdfbbedaeb495e2816aeee1b44",
"version": "0.7.1",
"port-version": 0
},
{
"git-tree": "06ab98765576c8b3d11f5a9a1d4125e0176c482a",
"version": "0.7.0",
Expand Down

0 comments on commit 695a696

Please sign in to comment.