From 583f04ef5ca1d9d0a407d0ff7fa7dc1e63add014 Mon Sep 17 00:00:00 2001 From: Termux Github Actions Date: Tue, 26 Apr 2022 12:18:00 +0000 Subject: [PATCH] lesspipe: update to 2.05 This commit has been automatically submitted by Github Actions. --- packages/lesspipe/build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/lesspipe/build.sh b/packages/lesspipe/build.sh index 2e56b4e81..2fa2f2c77 100644 --- a/packages/lesspipe/build.sh +++ b/packages/lesspipe/build.sh @@ -2,10 +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=2.04 -TERMUX_PKG_REVISION=1 +TERMUX_PKG_VERSION="2.05" TERMUX_PKG_SRCURL=https://github.com/wofr06/lesspipe/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=b65ee79b7b51510e6f2097a22d3c7985805a53d9e33b0afdfe129f2a1f89cc23 +TERMUX_PKG_SHA256=78eab63d8bcb07ab9e2230bc4627ffa7b1c9296f0091b1237f52daf7f1d4682f TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_DEPENDS="less" TERMUX_PKG_SUGGESTS="imagemagick, p7zip, unrar, unzip"