From 27153cd6f1bcf9e514af95ab927f8a044095cfcd Mon Sep 17 00:00:00 2001 From: Termux Github Actions Date: Fri, 30 Dec 2022 00:20:59 +0000 Subject: [PATCH] bump(main/hunspell): 1.7.2 This commit has been automatically submitted by Github Actions. --- packages/hunspell/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/hunspell/build.sh b/packages/hunspell/build.sh index 693fb30054..72079428b8 100644 --- a/packages/hunspell/build.sh +++ b/packages/hunspell/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://hunspell.github.io TERMUX_PKG_DESCRIPTION="Spell checker" TERMUX_PKG_LICENSE="GPL-2.0" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION="1.7.1" +TERMUX_PKG_VERSION="1.7.2" TERMUX_PKG_SRCURL=https://github.com/hunspell/hunspell/archive/v${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=6e3557624c608b3e6525b8bd277706db4f5a857c28fdb3cfa8d0d2b67776da8a +TERMUX_PKG_SHA256=69fa312d3586c988789266eaf7ffc9861d9f6396c31fc930a014d551b59bbd6e TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_DEPENDS="libc++, libiconv, ncurses, readline, hunspell-en-us" TERMUX_PKG_BREAKS="hunspell-dev"