From 94200bfbda857ef16988d38d9479f6c3dedf0fe6 Mon Sep 17 00:00:00 2001 From: Termux Github Actions Date: Fri, 3 Dec 2021 18:29:16 +0000 Subject: [PATCH] enchant: update to 2.3.2 This commit has been automatically submitted by Github Actions. --- packages/enchant/build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/enchant/build.sh b/packages/enchant/build.sh index bf597582a..411ac643f 100644 --- a/packages/enchant/build.sh +++ b/packages/enchant/build.sh @@ -2,10 +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.3.1 -TERMUX_PKG_REVISION=1 +TERMUX_PKG_VERSION=2.3.2 TERMUX_PKG_SRCURL=https://github.com/AbiWord/enchant/archive/v${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=7f176aba971c7bf60f9bfe18937b77f566a06a38e2b9c4d9d481d3e73b308e6f +TERMUX_PKG_SHA256=d1917e069a5786cc6b13a1eea565cb531feaa6d100fd07dcefb2a41dadf3f611 TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-relocatable" TERMUX_PKG_DEPENDS="aspell, glib, hunspell"