diff --git a/packages/enchant/build.sh b/packages/enchant/build.sh index 774195eee9..a9f0786800 100644 --- a/packages/enchant/build.sh +++ b/packages/enchant/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://rrthomas.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.8.4" +TERMUX_PKG_VERSION="2.8.5" TERMUX_PKG_SRCURL=https://github.com/rrthomas/enchant/releases/download/v${TERMUX_PKG_VERSION}/enchant-${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=e28f98208df5f99320d6a05cd49f83420bf71e69052debe3b343c9bb15c833ed +TERMUX_PKG_SHA256=27bf35078dddb9746ef040a9fc5bd07fc3f6be6e1ee082d4d7e00d09c524d89a TERMUX_PKG_DEPENDS="aspell, glib, hunspell, libc++" TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-relocatable"