diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-04-09 13:54:22 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-09 15:46:01 +0700 |
commit | 779ce665669c4d06a0979ac869dae3b4a47bbec2 (patch) | |
tree | c16c3571c3c317d0a3f4fa0fef2fec03ed0bcb09 /system/fzf | |
parent | 508291300a63499e13f639b5f694481c325f5552 (diff) | |
download | slackbuilds-779ce665669c4d06a0979ac869dae3b4a47bbec2.tar.gz |
system/fzf: Updated for version 0.30.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/fzf')
-rw-r--r-- | system/fzf/fzf.SlackBuild | 5 | ||||
-rw-r--r-- | system/fzf/fzf.info | 6 |
2 files changed, 4 insertions, 7 deletions
diff --git a/system/fzf/fzf.SlackBuild b/system/fzf/fzf.SlackBuild index 28b270eae3..600cc2629e 100644 --- a/system/fzf/fzf.SlackBuild +++ b/system/fzf/fzf.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=fzf -VERSION=${VERSION:-0.29.0} +VERSION=${VERSION:-0.30.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/system/fzf/fzf.info b/system/fzf/fzf.info index 064578eb11..0a2c23632f 100644 --- a/system/fzf/fzf.info +++ b/system/fzf/fzf.info @@ -1,7 +1,7 @@ PRGNAM="fzf" -VERSION="0.29.0" +VERSION="0.30.0" HOMEPAGE="https://github.com/junegunn/fzf" -DOWNLOAD="https://github.com/junegunn/fzf/archive/0.29.0/fzf-0.29.0.tar.gz \ +DOWNLOAD="https://github.com/junegunn/fzf/archive/0.30.0/fzf-0.30.0.tar.gz \ https://github.com/gdamore/encoding/archive/v1.0.0/encoding-1.0.0.tar.gz \ https://github.com/gdamore/tcell/archive/v1.4.0/tcell-1.4.0.tar.gz \ https://github.com/lucasb-eyer/go-colorful/archive/v1.2.0/go-colorful-1.2.0.tar.gz \ @@ -15,7 +15,7 @@ DOWNLOAD="https://github.com/junegunn/fzf/archive/0.29.0/fzf-0.29.0.tar.gz \ https://github.com/golang/term/archive/de623e64d2a6562fa463152da80477d4aa07fca0/term-de623e64d2a6562fa463152da80477d4aa07fca0.tar.gz \ https://github.com/golang/text/archive/v0.3.6/text-0.3.6.tar.gz \ https://github.com/golang/tools/archive/90fa682c2a6e6a37b3a1364ce2fe1d5e41af9d6d/tools-90fa682c2a6e6a37b3a1364ce2fe1d5e41af9d6d.tar.gz" -MD5SUM="14e78c2e66dd98b8e968b6c8fb4c14dd \ +MD5SUM="509cde51b5a98dbe9c79092d6fbf3e6a \ fbadc383bc1ace79fa769fe2de36b87b \ e0f62cd6194c83724a14edb96e9d0823 \ 191fe5cfcb58e480ff4045c82a06091a \ |