]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
enchant2: Update source checksum master
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 17 Jul 2026 12:26:22 +0000 (13:26 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 19 Jul 2026 10:27:23 +0000 (11:27 +0100)
To quote upstream:
"Note: the source tarball was updated on 13th July 2026 to add missing gnulib files required for building on Windows."

so we need to update our source checksums to match the revised tarball.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/enchant/enchant2_2.8.19.bb

index 51616ba87820bb726e1c1cff702617df6dcc038f..f5d5897fd061ffc12bf3cef0ac34f6e6d001fb66 100644 (file)
@@ -12,7 +12,7 @@ DEPENDS = "glib-2.0 groff-native"
 inherit autotools pkgconfig github-releases
 
 SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/enchant-${PV}.tar.gz"
-SRC_URI[sha256sum] = "8e7f6cb0c3b79be3146eb3ab93650484adbc59dae5f2c1958fde557080ba678c"
+SRC_URI[sha256sum] = "c8d70991d544ee39274b96bd01d2858a009fe732ff43f2aaf605fd61ecd06f60"
 
 GITHUB_BASE_URI = "https://github.com/rrthomas/enchant/releases"