diff --git a/packages/enchant/build.sh b/packages/enchant/build.sh index 2882a416f9..3d93bb80df 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.5.0" +TERMUX_PKG_VERSION="2.6.0" TERMUX_PKG_SRCURL=https://github.com/AbiWord/enchant/archive/v${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=706f47b78639e85cd92714a2a1fb9920f2f0484506a6724a802e209497bbd1d3 +TERMUX_PKG_SHA256=edcb1b89055a1d580755c5d2981e5615ae8004c0682f961ce010afc78407f391 TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-relocatable" TERMUX_PKG_DEPENDS="aspell, glib, hunspell, libc++"