bat: update to 0.20.0

This commit has been automatically submitted by Github Actions.
This commit is contained in:
Termux Github Actions 2022-02-27 12:14:37 +00:00
parent c7bcae6ade
commit 6ae16ce3b7
1 changed files with 2 additions and 3 deletions

View File

@ -2,10 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/sharkdp/bat
TERMUX_PKG_DESCRIPTION="A cat(1) clone with wings"
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.19.0
TERMUX_PKG_REVISION=1
TERMUX_PKG_VERSION=0.20.0
TERMUX_PKG_SRCURL=https://github.com/sharkdp/bat/archive/v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=6a920cad1e7ae069eb9393f5b6883e0a7f2c957186b1075976331daaa5e0468a
TERMUX_PKG_SHA256=12eca3add56f21b8056a4c17cfb5bffc45e107f23f75a8e0f5de948d8e997c39
TERMUX_PKG_AUTO_UPDATE=true
# bat calls less with '--RAW-CONTROL-CHARS' which busybox less does not support:
TERMUX_PKG_DEPENDS="less, libgit2"