diff --git a/ports/restinio/portfile.cmake b/ports/restinio/portfile.cmake index 587e7b2e51..94971e5a69 100644 --- a/ports/restinio/portfile.cmake +++ b/ports/restinio/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO stiffstream/restinio REF "v.${VERSION}" - SHA512 b5932a08687ef2d3ae02d0b0b1384b3462706ce207f16126efa8cd3dcea130d823863169dd5088b12b8c69761ccd044b447c2fe04f31ee10d26ff33d088606ee + SHA512 ac47e83b2fdcbf5a42b3b5af8f5db7f400baa18515c6a042ee6aacc77df03aa1a90f14a57a1127ce2472bf72dc568160ff3c07aaddd4235910b7b831bcfcf569 ) set(VCPKG_BUILD_TYPE release) # header-only diff --git a/ports/restinio/vcpkg.json b/ports/restinio/vcpkg.json index b88d218906..5837968196 100644 --- a/ports/restinio/vcpkg.json +++ b/ports/restinio/vcpkg.json @@ -1,6 +1,6 @@ { "name": "restinio", - "version": "0.7.1", + "version": "0.7.2", "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", diff --git a/versions/baseline.json b/versions/baseline.json index b62adb556b..94c36c0a89 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -7641,7 +7641,7 @@ "port-version": 0 }, "restinio": { - "baseline": "0.7.1", + "baseline": "0.7.2", "port-version": 0 }, "rexo": { diff --git a/versions/r-/restinio.json b/versions/r-/restinio.json index cb880017fe..0626a3a005 100644 --- a/versions/r-/restinio.json +++ b/versions/r-/restinio.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "aa093f294381710788902b37a1d8e4625d730990", + "version": "0.7.2", + "port-version": 0 + }, { "git-tree": "b59b3fc1e00b5abdfbbedaeb495e2816aeee1b44", "version": "0.7.1",