From f9d3ff4975f710a4cf3bf9127ca972db4357bfcf Mon Sep 17 00:00:00 2001 From: Termux Github Actions Date: Thu, 19 May 2022 06:13:35 +0000 Subject: [PATCH] libzim: update to 7.2.2 This commit has been automatically submitted by Github Actions. --- packages/libzim/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/libzim/build.sh b/packages/libzim/build.sh index aa32558f8d..dc674b1bc8 100644 --- a/packages/libzim/build.sh +++ b/packages/libzim/build.sh @@ -2,8 +2,8 @@ TERMUX_PKG_HOMEPAGE=https://openzim.org TERMUX_PKG_DESCRIPTION="The ZIM library is the reference implementation for the ZIM file format." TERMUX_PKG_LICENSE="GPL-2.0" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION="7.2.1" +TERMUX_PKG_VERSION="7.2.2" TERMUX_PKG_SRCURL=https://github.com/openzim/libzim/archive/$TERMUX_PKG_VERSION.tar.gz -TERMUX_PKG_SHA256=d3da618b30d8b9db3ddf2f4dc331a120a3c339f3d6cd3afb15dc26b043678d2a +TERMUX_PKG_SHA256=42f7f19ca50b2185fe91ea91bd676976b7e282ca31c1a70f409d2689788ee59b TERMUX_PKG_DEPENDS="zstd, libuuid, zlib, libicu, liblzma, libxapian, googletest" TERMUX_PKG_AUTO_UPDATE=true