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>
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"