diff --git a/packages/enchant/build.sh b/packages/enchant/build.sh index 24ac01fd2e..10a1e90efd 100644 --- a/packages/enchant/build.sh +++ b/packages/enchant/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://abiword.github.io/enchant/ TERMUX_PKG_DESCRIPTION="Wraps a number of different spelling libraries and programs with a consistent interface" TERMUX_PKG_LICENSE="LGPL-2.1" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION="2.7.1" +TERMUX_PKG_VERSION="2.7.2" TERMUX_PKG_SRCURL=https://github.com/AbiWord/enchant/releases/download/v${TERMUX_PKG_VERSION}/enchant-${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=a1cb8239095d6b0bd99ba2dd012a1402cef1a194f5de1b7214bd528676a65229 +TERMUX_PKG_SHA256=7cc3400a6657974a740b6e3c2568e2935c70e5302f07fadb2095366b75ecad6f TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-relocatable" TERMUX_PKG_DEPENDS="aspell, glib, hunspell, libc++"