From 03d0875e4f63b9e47870d1ae2b4c7ff6c3fc669c Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Sun, 25 May 2025 12:47:55 +0000 Subject: [PATCH] bump(main/enchant): 2.8.5 This commit has been automatically submitted by Github Actions. --- packages/enchant/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"