From 79ef81c1b534c46a83e33dc3c3977643b82d92b0 Mon Sep 17 00:00:00 2001 From: Alper Ak Date: Sat, 21 Mar 2026 20:08:39 +0300 Subject: [PATCH] hiawatha: Fix checksum mismatch Update the sha256sum to match the current upstream archive. Signed-off-by: Alper Ak Signed-off-by: Khem Raj --- meta-webserver/recipes-httpd/hiawatha/hiawatha_12.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-webserver/recipes-httpd/hiawatha/hiawatha_12.0.bb b/meta-webserver/recipes-httpd/hiawatha/hiawatha_12.0.bb index 9c9aaed807..09f6184a66 100644 --- a/meta-webserver/recipes-httpd/hiawatha/hiawatha_12.0.bb +++ b/meta-webserver/recipes-httpd/hiawatha/hiawatha_12.0.bb @@ -11,7 +11,7 @@ SRC_URI = "https://hiawatha.leisink.net/files/download/hiawatha-${PV}.tar.gz \ file://hiawatha.service \ " -SRC_URI[sha256sum] = "942dd76e0b0369188612020cbcc92c19e11ea9e844f5dfaef4e9c7ab6892e247" +SRC_URI[sha256sum] = "f895a35234a3efdda78187acd7ec6da9cc6cb69b3dd186d1c3f474989c418dec" INITSCRIPT_NAME = "hiawatha" INITSCRIPT_PARAMS = "defaults 70"