diff --git a/packages/enchant/build.sh b/packages/enchant/build.sh index c5b59bfaeb..83e7a21ffa 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.11" +TERMUX_PKG_VERSION="2.8.12" TERMUX_PKG_SRCURL=https://github.com/rrthomas/enchant/releases/download/v${TERMUX_PKG_VERSION}/enchant-${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=fc6694a496848fb1204169c0cc6b844beec49fddd547bbf2bd2a7e33322c55d9 +TERMUX_PKG_SHA256=20e5fab2ca0f95ba9d1ef5052fe5b028e3e1d66d4cdea6b9adfcbd3e524c2a09 TERMUX_PKG_DEPENDS="aspell, glib, hunspell, libc++" TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-relocatable"