| Message ID | 20260321170839.1306510-1-alperyasinak1@gmail.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-webserver] hiawatha: Fix checksum mismatch | expand |
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"
Update the sha256sum to match the current upstream archive. Signed-off-by: Alper Ak <alperyasinak1@gmail.com> --- meta-webserver/recipes-httpd/hiawatha/hiawatha_12.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)