diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-02-12 19:14:46 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-25 09:18:08 +0700 |
commit | 3fb7ae33c140ee5686efd92106ca67838b176f9d (patch) | |
tree | b082d4c163f813a3dcf5659ae3f5f3926ec8e2fa /system | |
parent | 61f1c44a35596ab6893fd95103c18cc3f73f9d01 (diff) |
system/fzf: Updated for version 0.38.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/fzf/README | 3 | ||||
-rw-r--r-- | system/fzf/fzf.SlackBuild | 42 | ||||
-rw-r--r-- | system/fzf/fzf.info | 38 |
3 files changed, 40 insertions, 43 deletions
diff --git a/system/fzf/README b/system/fzf/README index 991e9d6b3112..0844dad79126 100644 --- a/system/fzf/README +++ b/system/fzf/README @@ -8,7 +8,4 @@ WITH_VIM=no ./fzf.SlackBuild and the plugin will be installed to /usr/share/fzf/vim/ instead. -fzf 0.33.0 is currently the latest version which will build since -0.34.0 requires go 1.18.x or newer. - NOTE: google-go-lang is only needed at compile time - not at runtime. diff --git a/system/fzf/fzf.SlackBuild b/system/fzf/fzf.SlackBuild index 624530798671..89e3be5f8d81 100644 --- a/system/fzf/fzf.SlackBuild +++ b/system/fzf/fzf.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for fzf # Copyright 2016-2022 Andrew Clemons, Wellington New Zealand -# Copyright 2022 Andrew Clemons, Tokyo Japan +# Copyright 2022-2023 Andrew Clemons, Tokyo Japan # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=fzf -VERSION=${VERSION:-0.33.0} +VERSION=${VERSION:-0.38.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -63,13 +63,13 @@ sed -i '/^BUILD_FLAGS/s/$/ -mod=vendor/' Makefile mkdir -p vendor/github.com for DEPENDENCY in gdamore/encoding/1.0.0 \ - gdamore/tcell/2.5.3 \ + gdamore/tcell/2.5.4 \ lucasb-eyer/go-colorful/1.2.0 \ - mattn/go-isatty/0.0.13 \ - mattn/go-runewidth/0.0.13 \ + mattn/go-isatty/0.0.17 \ + mattn/go-runewidth/0.0.14 \ mattn/go-shellwords/1.0.12 \ - rivo/uniseg/0.2.0 \ - saracen/walker/0.1.2 ; do + rivo/uniseg/0.4.2 \ + saracen/walker/0.1.3 ; do DEPENDENCY_OWNER="$(echo "$DEPENDENCY" | cut -d/ -f1)" DEPENDENCY_NAME="$(echo "$DEPENDENCY" | cut -d/ -f2)" DEPENDENCY_REV="$(echo "$DEPENDENCY" | cut -d/ -f3)" @@ -81,10 +81,10 @@ for DEPENDENCY in gdamore/encoding/1.0.0 \ done mkdir -p vendor/golang.org/x -for DEPENDENCY in sync/036812b2e83c0ddf193dd5a34e034151da389d09 \ - sys/3f8b81556e12aefb24de6d626ad5b2c1f7253818 \ +for DEPENDENCY in sync/886fb9371eb4b47af10bff9c8025a8c9e1554b92 \ + sys/fbc7d0a398ab184f5d1050e8035f3b19a3b9003f \ term/03fcf44c2211dcd5eb77510b5f7c1fb02d6ded50 \ - text/0.3.7 ; do + text/0.5.0 ; do DEPENDENCY_NAME="$(echo "$DEPENDENCY" | cut -d/ -f1)" DEPENDENCY_REV="$(echo "$DEPENDENCY" | cut -d/ -f2)" @@ -96,7 +96,7 @@ cat << EOF > vendor/modules.txt # github.com/gdamore/encoding v1.0.0 ## explicit; go 1.9 github.com/gdamore/encoding -# github.com/gdamore/tcell/v2 v2.5.3 +# github.com/gdamore/tcell/v2 v2.5.4 ## explicit; go 1.12 github.com/gdamore/tcell/v2 github.com/gdamore/tcell/v2/encoding @@ -141,25 +141,25 @@ github.com/gdamore/tcell/v2/terminfo/x/xterm_termite # github.com/lucasb-eyer/go-colorful v1.2.0 ## explicit; go 1.12 github.com/lucasb-eyer/go-colorful -# github.com/mattn/go-isatty v0.0.14 -## explicit; go 1.12 +# github.com/mattn/go-isatty v0.0.17 +## explicit; go 1.15 github.com/mattn/go-isatty -# github.com/mattn/go-runewidth v0.0.13 +# github.com/mattn/go-runewidth v0.0.14 ## explicit; go 1.9 github.com/mattn/go-runewidth # github.com/mattn/go-shellwords v1.0.12 ## explicit; go 1.13 github.com/mattn/go-shellwords -# github.com/rivo/uniseg v0.2.0 -## explicit; go 1.12 +# github.com/rivo/uniseg v0.4.2 +## explicit; go 1.18 github.com/rivo/uniseg -# github.com/saracen/walker v0.1.2 -## explicit; go 1.12 +# github.com/saracen/walker v0.1.3 +## explicit; go 1.17 github.com/saracen/walker -# golang.org/x/sync v0.0.0-20210220032951-036812b2e83c +# golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 ## explicit golang.org/x/sync/errgroup -# golang.org/x/sys v0.0.0-20220406163625-3f8b81556e12 +# golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab ## explicit; go 1.17 golang.org/x/sys/internal/unsafeheader golang.org/x/sys/plan9 @@ -168,7 +168,7 @@ golang.org/x/sys/windows # golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 ## explicit; go 1.17 golang.org/x/term -# golang.org/x/text v0.3.7 +# golang.org/x/text v0.5.0 ## explicit; go 1.17 golang.org/x/text/encoding golang.org/x/text/encoding/charmap diff --git a/system/fzf/fzf.info b/system/fzf/fzf.info index 1c6eb8a853da..86fbbd172751 100644 --- a/system/fzf/fzf.info +++ b/system/fzf/fzf.info @@ -1,32 +1,32 @@ PRGNAM="fzf" -VERSION="0.33.0" +VERSION="0.38.0" HOMEPAGE="https://github.com/junegunn/fzf" -DOWNLOAD="https://github.com/junegunn/fzf/archive/0.33.0/fzf-0.33.0.tar.gz \ +DOWNLOAD="https://github.com/junegunn/fzf/archive/0.38.0/fzf-0.38.0.tar.gz \ https://github.com/gdamore/encoding/archive/v1.0.0/encoding-1.0.0.tar.gz \ - https://github.com/gdamore/tcell/archive/v2.5.3/tcell-2.5.3.tar.gz \ + https://github.com/gdamore/tcell/archive/v2.5.4/tcell-2.5.4.tar.gz \ https://github.com/lucasb-eyer/go-colorful/archive/v1.2.0/go-colorful-1.2.0.tar.gz \ - https://github.com/mattn/go-isatty/archive/v0.0.13/go-isatty-0.0.13.tar.gz \ - https://github.com/mattn/go-runewidth/archive/v0.0.13/go-runewidth-0.0.13.tar.gz \ + https://github.com/mattn/go-isatty/archive/v0.0.17/go-isatty-0.0.17.tar.gz \ + https://github.com/mattn/go-runewidth/archive/v0.0.14/go-runewidth-0.0.14.tar.gz \ https://github.com/mattn/go-shellwords/archive/v1.0.12/go-shellwords-1.0.12.tar.gz \ - https://github.com/rivo/uniseg/archive/v0.2.0/uniseg-0.2.0.tar.gz \ - https://github.com/saracen/walker/archive/v0.1.2/walker-0.1.2.tar.gz \ - https://github.com/golang/sync/archive/036812b2e83c0ddf193dd5a34e034151da389d09/sync-036812b2e83c0ddf193dd5a34e034151da389d09.tar.gz \ - https://github.com/golang/sys/archive/3f8b81556e12aefb24de6d626ad5b2c1f7253818/sys-3f8b81556e12aefb24de6d626ad5b2c1f7253818.tar.gz \ + https://github.com/rivo/uniseg/archive/v0.4.2/uniseg-0.4.2.tar.gz \ + https://github.com/saracen/walker/archive/v0.1.3/walker-0.1.3.tar.gz \ + https://github.com/golang/sync/archive/886fb9371eb4b47af10bff9c8025a8c9e1554b92/sync-886fb9371eb4b47af10bff9c8025a8c9e1554b92.tar.gz \ + https://github.com/golang/sys/archive/fbc7d0a398ab184f5d1050e8035f3b19a3b9003f/sys-fbc7d0a398ab184f5d1050e8035f3b19a3b9003f.tar.gz \ https://github.com/golang/term/archive/03fcf44c2211dcd5eb77510b5f7c1fb02d6ded50/term-03fcf44c2211dcd5eb77510b5f7c1fb02d6ded50.tar.gz \ - https://github.com/golang/text/archive/v0.3.7/text-0.3.7.tar.gz" -MD5SUM="2cd736f06d7082899e364efa1b3eb476 \ + https://github.com/golang/text/archive/v0.5.0/text-0.5.0.tar.gz" +MD5SUM="773ead8ccb59ea29f8278a38fb1ef581 \ fbadc383bc1ace79fa769fe2de36b87b \ - 2431fe9d4b229e26d4dbdca4f9a29c8f \ + 0c62c60df9d5def197b42b03455ae530 \ 191fe5cfcb58e480ff4045c82a06091a \ - 40d85917f24cdd5374abcdb92ff88e0c \ - 0004e3c3c29e88360bfa6428f3852b25 \ + aa907df23bb8877028111b14177f9e5d \ + c41abbf9dc5def08ef8e6999efbe2c8c \ 71a4ecaadfb90ffccb392799a2f00743 \ - 71d5e8800299a85ecfd72a1833eefa4c \ - 2b8de2c0180b772eac09f19ed7cb264a \ - 45a3bb00e962f5ba158827f54bbdce4a \ - b06845638e4f59af9da1f757122135d5 \ + 90e511f1cb65ffd55aee33dad6f615aa \ + 53fe699576f9f4799079b92bd6c5fe8c \ + b95e0137c294b3cbebe2e2905754efc1 \ + ba5c84c0fe23018aa3d442e096462720 \ 6ed09517c3e39a73bc0151d2155d5eff \ - efe2f974b42f7b0421edc8216aa7fef2" + e812f0c57a85390d7fe8652c01238d56" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="google-go-lang" |