diff mbox series

enchant2: Update source checksum

Message ID 20260717122717.3289548-1-richard.purdie@linuxfoundation.org
State Under Review
Headers show
Series enchant2: Update source checksum | expand

Commit Message

Richard Purdie July 17, 2026, 12:27 p.m. UTC
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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-support/enchant/enchant2_2.8.19.bb b/meta/recipes-support/enchant/enchant2_2.8.19.bb
index 51616ba8782..f5d5897fd06 100644
--- a/meta/recipes-support/enchant/enchant2_2.8.19.bb
+++ b/meta/recipes-support/enchant/enchant2_2.8.19.bb
@@ -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"