fzf: update to 0.21.0.1

This commit is contained in:
Leonid Pliushch 2020-03-20 13:12:34 +02:00
parent a3af0158b0
commit c5f1313c88
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
TERMUX_PKG_HOMEPAGE=https://github.com/junegunn/fzf
TERMUX_PKG_DESCRIPTION="Command-line fuzzy finder"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_VERSION=0.21.0
TERMUX_PKG_SRCURL=https://github.com/junegunn/fzf/archive/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=89870f9f9396f41adc3609d466caab7556d831a1ad726cc6132a880febfd0eec
TERMUX_PKG_VERSION=0.21.0.1
TERMUX_PKG_SRCURL=https://github.com/junegunn/fzf/archive/${TERMUX_PKG_VERSION%.*}-${TERMUX_PKG_VERSION##*.}.tar.gz
TERMUX_PKG_SHA256=f647ff8c8828a38f5fa10c9f831a5e5e58321bba1e26abdb249f1af48ffd97db
# Depend on findutils as fzf uses the -fstype option, which busybox
# find does not support, when invoking find: