From 48393d01902f93fb4ecbb8680680fcf740cd5000 Mon Sep 17 00:00:00 2001 From: Termux Github Actions Date: Thu, 11 Nov 2021 00:16:22 +0000 Subject: [PATCH] lesspipe: update to 1.91 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 d159f2559..f7d349cc3 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.90 +TERMUX_PKG_VERSION=1.91 TERMUX_PKG_SRCURL=https://github.com/wofr06/lesspipe/archive/$TERMUX_PKG_VERSION.tar.gz -TERMUX_PKG_SHA256=db1a02e41654d7f842e9a88b9a3439384a023e25e968239897bac471f5f23489 +TERMUX_PKG_SHA256=6192e7e451c5db26841c6dc3cbcc23c1ef396c1cc4588288effa699dbc665cdb TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_DEPENDS="less" TERMUX_PKG_SUGGESTS="imagemagick, p7zip, unrar, unzip"