diff mbox series

[meta-networking,7/35] restinio: upgrade 0.7.9.1 -> 0.7.10

Message ID 20260927105002.1832451-7-ankur.tyagi85@gmail.com
State New
Headers show
Series [meta-gnome,1/35] gimp: upgrade 3.2.4 -> 3.2.6 | expand

Commit Message

Ankur Tyagi Sept. 27, 2026, 10:49 a.m. UTC
From: Ankur Tyagi <ankur.tyagi85@gmail.com>

Changelog:
https://github.com/Stiffstream/restinio/releases/tag/v0.7.10

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
---
 .../restinio/{restinio_0.7.9.1.bb => restinio_0.7.10.bb}        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-connectivity/restinio/{restinio_0.7.9.1.bb => restinio_0.7.10.bb} (95%)
diff mbox series

Patch

diff --git a/meta-networking/recipes-connectivity/restinio/restinio_0.7.9.1.bb b/meta-networking/recipes-connectivity/restinio/restinio_0.7.10.bb
similarity index 95%
rename from meta-networking/recipes-connectivity/restinio/restinio_0.7.9.1.bb
rename to meta-networking/recipes-connectivity/restinio/restinio_0.7.10.bb
index ea44be5169..cd86395882 100644
--- a/meta-networking/recipes-connectivity/restinio/restinio_0.7.9.1.bb
+++ b/meta-networking/recipes-connectivity/restinio/restinio_0.7.10.bb
@@ -9,7 +9,7 @@  LIC_FILES_CHKSUM = "file://../LICENSE;md5=d9ef67870895758240c3889695ad2558"
 DEPENDS = "asio fmt llhttp expected-lite"
 
 SRC_URI = "https://github.com/Stiffstream/restinio/releases/download/v${PV}/${BP}.tar.bz2"
-SRC_URI[sha256sum] = "4a0429e2ea4ece200228226f0c628ecf9ac111cb6a6b12ad857de84c0576bf80"
+SRC_URI[sha256sum] = "15d60b0c96012a911e67226c4ffb50db4eea90a51e503315c17cb978f9a73d20"
 
 UPSTREAM_CHECK_URI = "https://github.com/Stiffstream/restinio/tags"
 UPSTREAM_CHECK_REGEX = "releases/tag/v(?P<pver>\d+(\.\d+)+)"