mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/fzf: Updated for version 0.16.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
b309a783df
commit
974f16876c
2 changed files with 7 additions and 7 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=fzf
|
||||
VERSION=${VERSION:-0.16.2}
|
||||
VERSION=${VERSION:-0.16.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -109,7 +109,7 @@ else
|
|||
done
|
||||
|
||||
mkdir -p gopath/src/golang.org/x
|
||||
for DEPENDENCY in text-11dbc599981ccdf4fb18802a28392a8bcf7a9395 ; do
|
||||
for DEPENDENCY in text-ece019dcfd29abcf65d0d1dfe145e8faad097640 ; do
|
||||
DEPENDENCY_NAME="$(echo "$DEPENDENCY" | rev | cut -d- -f2- | rev)"
|
||||
|
||||
tar xf $CWD/$DEPENDENCY.tar.gz
|
||||
|
|
|
@ -1,23 +1,23 @@
|
|||
PRGNAM="fzf"
|
||||
VERSION="0.16.2"
|
||||
VERSION="0.16.3"
|
||||
HOMEPAGE="https://github.com/junegunn/fzf"
|
||||
DOWNLOAD="https://github.com/junegunn/fzf/archive/0.16.2/fzf-0.16.2.tar.gz \
|
||||
DOWNLOAD="https://github.com/junegunn/fzf/archive/0.16.3/fzf-0.16.3.tar.gz \
|
||||
https://github.com/junegunn/go-shellwords/archive/33bd8f1ebe16d6e5eb688cc885749a63059e9167/go-shellwords-33bd8f1ebe16d6e5eb688cc885749a63059e9167.tar.gz \
|
||||
https://github.com/junegunn/go-runewidth/archive/63c378b851290989b19ca955468386485f118c65/go-runewidth-63c378b851290989b19ca955468386485f118c65.tar.gz \
|
||||
https://github.com/junegunn/go-isatty/archive/66b8e73f3f5cda9f96b69efd03dd3d7fc4a5cdb8/go-isatty-66b8e73f3f5cda9f96b69efd03dd3d7fc4a5cdb8.tar.gz \
|
||||
https://github.com/junegunn/tcell/archive/44772c121bb7838819d3ba4a7e84c0c2d617328e/tcell-44772c121bb7838819d3ba4a7e84c0c2d617328e.tar.gz \
|
||||
https://github.com/gdamore/encoding/archive/b23993cbb6353f0e6aa98d0ee318a34728f628b9/encoding-b23993cbb6353f0e6aa98d0ee318a34728f628b9.tar.gz \
|
||||
https://github.com/lucasb-eyer/go-colorful/archive/9c2852a141bf4711e4276f8f119c90d0f20a556c/go-colorful-9c2852a141bf4711e4276f8f119c90d0f20a556c.tar.gz \
|
||||
https://github.com/golang/text/archive/11dbc599981ccdf4fb18802a28392a8bcf7a9395/text-11dbc599981ccdf4fb18802a28392a8bcf7a9395.tar.gz \
|
||||
https://github.com/golang/text/archive/ece019dcfd29abcf65d0d1dfe145e8faad097640/text-ece019dcfd29abcf65d0d1dfe145e8faad097640.tar.gz \
|
||||
https://github.com/golang/crypto/archive/abc5fa7ad02123a41f02bf1391c9760f7586e608/crypto-abc5fa7ad02123a41f02bf1391c9760f7586e608.tar.gz"
|
||||
MD5SUM="37caff36e26b32a3d479eef2b512e66d \
|
||||
MD5SUM="699942f02ce399a81e8ed2d0679a3d1d \
|
||||
225614e0b4b118bc15f7fce865f637f8 \
|
||||
daeeee47b8dc81ec02bcd2d56bf576c9 \
|
||||
e15b95057201799f455982ce76ff7041 \
|
||||
3995f7a041908df543293240d0c15b57 \
|
||||
4c6fb2d95929b35e44788924edc56649 \
|
||||
d318fdeeb33620ef2ba796c94abc502d \
|
||||
5845f45153f3fa0eedcbefa1c548334d \
|
||||
77cfeb740324798a702dc1728d559256 \
|
||||
49c396491b02386d1d31fda0adeafb4f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue