aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2023-04-09 10:58:59 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-04-15 07:15:31 +0700
commit1f7dde349837794a0f5e9edde4841ff0748d19e0 (patch)
treeb9618e18812b03d78b91bc9bdda36063828d1e1b
parentfef705aa565f764b7f9bf08d6cc3f4ac9947b203 (diff)
system/fzf: Updated for version 0.39.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/fzf/fzf.SlackBuild14
-rw-r--r--system/fzf/fzf.info18
2 files changed, 16 insertions, 16 deletions
diff --git a/system/fzf/fzf.SlackBuild b/system/fzf/fzf.SlackBuild
index 89e3be5f8d81..7ea921443e5e 100644
--- a/system/fzf/fzf.SlackBuild
+++ b/system/fzf/fzf.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=fzf
-VERSION=${VERSION:-0.38.0}
+VERSION=${VERSION:-0.39.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -68,7 +68,7 @@ for DEPENDENCY in gdamore/encoding/1.0.0 \
mattn/go-isatty/0.0.17 \
mattn/go-runewidth/0.0.14 \
mattn/go-shellwords/1.0.12 \
- rivo/uniseg/0.4.2 \
+ rivo/uniseg/0.4.4 \
saracen/walker/0.1.3 ; do
DEPENDENCY_OWNER="$(echo "$DEPENDENCY" | cut -d/ -f1)"
DEPENDENCY_NAME="$(echo "$DEPENDENCY" | cut -d/ -f2)"
@@ -82,8 +82,8 @@ done
mkdir -p vendor/golang.org/x
for DEPENDENCY in sync/886fb9371eb4b47af10bff9c8025a8c9e1554b92 \
- sys/fbc7d0a398ab184f5d1050e8035f3b19a3b9003f \
- term/03fcf44c2211dcd5eb77510b5f7c1fb02d6ded50 \
+ sys/0.6.0 \
+ term/0.6.0 \
text/0.5.0 ; do
DEPENDENCY_NAME="$(echo "$DEPENDENCY" | cut -d/ -f1)"
DEPENDENCY_REV="$(echo "$DEPENDENCY" | cut -d/ -f2)"
@@ -150,7 +150,7 @@ 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.4.2
+# github.com/rivo/uniseg v0.4.4
## explicit; go 1.18
github.com/rivo/uniseg
# github.com/saracen/walker v0.1.3
@@ -159,13 +159,13 @@ github.com/saracen/walker
# golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
## explicit
golang.org/x/sync/errgroup
-# golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
+# golang.org/x/sys v0.6.0
## explicit; go 1.17
golang.org/x/sys/internal/unsafeheader
golang.org/x/sys/plan9
golang.org/x/sys/unix
golang.org/x/sys/windows
-# golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
+# golang.org/x/term v0.6.0
## explicit; go 1.17
golang.org/x/term
# golang.org/x/text v0.5.0
diff --git a/system/fzf/fzf.info b/system/fzf/fzf.info
index 86fbbd172751..01e3bc37d5d2 100644
--- a/system/fzf/fzf.info
+++ b/system/fzf/fzf.info
@@ -1,31 +1,31 @@
PRGNAM="fzf"
-VERSION="0.38.0"
+VERSION="0.39.0"
HOMEPAGE="https://github.com/junegunn/fzf"
-DOWNLOAD="https://github.com/junegunn/fzf/archive/0.38.0/fzf-0.38.0.tar.gz \
+DOWNLOAD="https://github.com/junegunn/fzf/archive/0.39.0/fzf-0.39.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.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.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.4.2/uniseg-0.4.2.tar.gz \
+ https://github.com/rivo/uniseg/archive/v0.4.4/uniseg-0.4.4.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/sys/archive/v0.6.0/sys-0.6.0.tar.gz \
+ https://github.com/golang/term/archive/v0.6.0/term-0.6.0.tar.gz \
https://github.com/golang/text/archive/v0.5.0/text-0.5.0.tar.gz"
-MD5SUM="773ead8ccb59ea29f8278a38fb1ef581 \
+MD5SUM="3e19be32556ca25109a13ac2bb31330b \
fbadc383bc1ace79fa769fe2de36b87b \
0c62c60df9d5def197b42b03455ae530 \
191fe5cfcb58e480ff4045c82a06091a \
aa907df23bb8877028111b14177f9e5d \
c41abbf9dc5def08ef8e6999efbe2c8c \
71a4ecaadfb90ffccb392799a2f00743 \
- 90e511f1cb65ffd55aee33dad6f615aa \
+ 4e272ceb8899ee895e425f16347d10a6 \
53fe699576f9f4799079b92bd6c5fe8c \
b95e0137c294b3cbebe2e2905754efc1 \
- ba5c84c0fe23018aa3d442e096462720 \
- 6ed09517c3e39a73bc0151d2155d5eff \
+ bf0c403b8b5941e9acdb00ffcd2dd9d9 \
+ f28f59bdeea1df42e17117d51ca2528a \
e812f0c57a85390d7fe8652c01238d56"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""