diff options
Diffstat (limited to 'system/fzf/fzf.SlackBuild')
-rw-r--r-- | system/fzf/fzf.SlackBuild | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/system/fzf/fzf.SlackBuild b/system/fzf/fzf.SlackBuild index 504974cf1b9e1..ae700c1ceb3c8 100644 --- a/system/fzf/fzf.SlackBuild +++ b/system/fzf/fzf.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=fzf -VERSION=${VERSION:-0.26.0} +VERSION=${VERSION:-0.27.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -54,12 +54,14 @@ sed -i '/^BUILD_FLAGS/s/$/ -mod=vendor/' Makefile mkdir -p vendor/github.com -for DEPENDENCY in gdamore/tcell/1.3.0 \ - lucasb-eyer/go-colorful/1.0.3 \ +for DEPENDENCY in gdamore/encoding/1.0.0 \ + gdamore/tcell/1.3.0 \ + lucasb-eyer/go-colorful/1.2.0 \ mattn/go-isatty/0.0.12 \ - mattn/go-runewidth/0.0.8 \ - mattn/go-shellwords/1.0.9 \ - saracen/walker/324a081bae7e580aa0bf3afe8164acb16634afca ; do + mattn/go-runewidth/0.0.12 \ + mattn/go-shellwords/1.0.11 \ + rivo/uniseg/0.2.0 \ + saracen/walker/0.1.2 ; do DEPENDENCY_OWNER="$(echo "$DEPENDENCY" | cut -d/ -f1)" DEPENDENCY_NAME="$(echo "$DEPENDENCY" | cut -d/ -f2)" DEPENDENCY_REV="$(echo "$DEPENDENCY" | cut -d/ -f3)" @@ -71,11 +73,11 @@ for DEPENDENCY in gdamore/tcell/1.3.0 \ done mkdir -p vendor/golang.org/x -for DEPENDENCY in crypto/69ecbb4d6d5dab05e49161c6e77ea40a030884e1 \ +for DEPENDENCY in sync/036812b2e83c0ddf193dd5a34e034151da389d09 \ sys/d101bd2416d505c0448a6ce8a282482678040a89 \ - text/0.3.2 \ - sync/cd5d95a43a6e21273425c7ae415d3df9ea832eeb \ - xerrors/a985d3407aa71f30cf86696ee0a2f409709f22e1 ; do + term/de623e64d2a6562fa463152da80477d4aa07fca0 \ + text/0.3.6 \ + tools/90fa682c2a6e6a37b3a1364ce2fe1d5e41af9d6d ; do DEPENDENCY_NAME="$(echo "$DEPENDENCY" | cut -d/ -f1)" DEPENDENCY_REV="$(echo "$DEPENDENCY" | cut -d/ -f2)" |