From 72eacce1c053e84ee8051da7f446c953ff44fad3 Mon Sep 17 00:00:00 2001 From: Termux Github Actions Date: Wed, 25 Aug 2021 18:17:30 +0000 Subject: [PATCH] lesspipe: update to 1.89 This commit has been automatically submitted by Github Actions. --- packages/lesspipe/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/lesspipe/build.sh b/packages/lesspipe/build.sh index 4dfe19e6a..ddfcadc23 100644 --- a/packages/lesspipe/build.sh +++ b/packages/lesspipe/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=http://www-zeuthen.desy.de/~friebel/unix/lesspipe.html TERMUX_PKG_DESCRIPTION="An input filter for the pager less" TERMUX_PKG_LICENSE="GPL-2.0" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION=1.88 +TERMUX_PKG_VERSION=1.89 TERMUX_PKG_SRCURL=https://github.com/wofr06/lesspipe/archive/$TERMUX_PKG_VERSION.tar.gz -TERMUX_PKG_SHA256=442a178f40e0261144f03f1a31048e00d09c8d0fbd7107d99d183b54f10c7ac3 +TERMUX_PKG_SHA256=bc61afe1fc9a7d30904c03b5048720755e4d5585016ca56cd8a41fcf96b1eabe TERMUX_PKG_DEPENDS="less" TERMUX_PKG_SUGGESTS="imagemagick, p7zip, unrar, unzip" TERMUX_PKG_BUILD_IN_SRC=true