Browse Source
system/fzf: Updated for version 0.53.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/226/head
Andrew Clemons
1 year ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
system/fzf/fzf.SlackBuild
-
system/fzf/fzf.info
|
|
@ -26,7 +26,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=fzf |
|
|
|
VERSION=${VERSION:-0.52.1} |
|
|
|
VERSION=${VERSION:-0.53.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
PRGNAM="fzf" |
|
|
|
VERSION="0.52.1" |
|
|
|
VERSION="0.53.0" |
|
|
|
HOMEPAGE="https://github.com/junegunn/fzf" |
|
|
|
DOWNLOAD="https://github.com/junegunn/fzf/archive/0.52.1/fzf-0.52.1.tar.gz \ |
|
|
|
DOWNLOAD="https://github.com/junegunn/fzf/archive/0.53.0/fzf-0.53.0.tar.gz \ |
|
|
|
https://github.com/charlievieth/fastwalk/archive/v1.0.3/fastwalk-1.0.3.tar.gz \ |
|
|
|
https://github.com/gdamore/encoding/archive/v1.0.0/encoding-1.0.0.tar.gz \ |
|
|
|
https://github.com/gdamore/tcell/archive/v2.7.4/tcell-2.7.4.tar.gz \ |
|
|
@ -14,7 +14,7 @@ DOWNLOAD="https://github.com/junegunn/fzf/archive/0.52.1/fzf-0.52.1.tar.gz \ |
|
|
|
https://github.com/golang/sys/archive/v0.20.0/sys-0.20.0.tar.gz \ |
|
|
|
https://github.com/golang/term/archive/v0.20.0/term-0.20.0.tar.gz \ |
|
|
|
https://github.com/golang/text/archive/v0.14.0/text-0.14.0.tar.gz" |
|
|
|
MD5SUM="eb55cb5328f22d07faa9ce6ddf5557a3 \ |
|
|
|
MD5SUM="de0b46a4c1ae72f9ef2e0212ed671159 \ |
|
|
|
ab5a2274c5ccac2d968e768ac2415209 \ |
|
|
|
fbadc383bc1ace79fa769fe2de36b87b \ |
|
|
|
a03c6d4612a12e949e05ea7d67624142 \ |
|
|
|