From 4d9075fea318304ef59cc13f0f478b084eb8831e Mon Sep 17 00:00:00 2001 From: marcusz <65075766+WMCB-Tech@users.noreply.github.com> Date: Sat, 10 Jul 2021 15:21:21 +0800 Subject: [PATCH] squashfs-tools-ng: update to 1.1.2 (#7127) --- packages/squashfs-tools-ng/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/squashfs-tools-ng/build.sh b/packages/squashfs-tools-ng/build.sh index 38ed2e0ee..a3024239a 100644 --- a/packages/squashfs-tools-ng/build.sh +++ b/packages/squashfs-tools-ng/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/AgentD/squashfs-tools-ng TERMUX_PKG_DESCRIPTION="New set of tools for working with SquashFS images" TERMUX_PKG_LICENSE="GPL-3.0" TERMUX_PKG_MAINTAINER="WMCB-Tech @marcusz" -TERMUX_PKG_VERSION="1.1.1" +TERMUX_PKG_VERSION="1.1.2" TERMUX_PKG_SRCURL="https://github.com/AgentD/squashfs-tools-ng/archive/v${TERMUX_PKG_VERSION}.tar.gz" -TERMUX_PKG_SHA256="e4d3dfc9f354267c65bf2dd7e483ad23a148d49b3946e2ab3918e1fbd69015c1" +TERMUX_PKG_SHA256="da4c00938a1fdec89808e05f43c6875180de1990e71837030071d2b639456f22" TERMUX_PKG_DEPENDS="zlib, liblz4, liblzo, zstd" termux_step_pre_configure(){