system/fzf: Updated for version 0.16.7.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2017-05-04 10:50:38 +07:00 committed by Willy Sudiarto Raharjo
parent 0f8179ac58
commit 94ab9b11d4
2 changed files with 10 additions and 10 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=fzf
VERSION=${VERSION:-0.16.6}
VERSION=${VERSION:-0.16.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -54,7 +54,7 @@ sed -i '/\.\/deps/d' src/Makefile
mkdir -p gopath/src/github.com/junegunn/
for DEPENDENCY in go-shellwords-33bd8f1ebe16d6e5eb688cc885749a63059e9167 \
for DEPENDENCY in go-shellwords-02e3cf038dcea8290e44424da473dd12be796a8a \
go-runewidth-14207d285c6c197daabb5c9793d63e7af9ab2d50 \
go-isatty-66b8e73f3f5cda9f96b69efd03dd3d7fc4a5cdb8 ; do
DEPENDENCY_NAME="$(echo "$DEPENDENCY" | rev | cut -d- -f2- | rev)"
@ -109,7 +109,7 @@ else
done
mkdir -p gopath/src/golang.org/x
for DEPENDENCY in text-f28f36722d5ef2f9655ad3de1f248e3e52ad5ebd ; do
for DEPENDENCY in text-470f45bf29f4147d6fbd7dfd0a02a848e49f5bf4 ; do
DEPENDENCY_NAME="$(echo "$DEPENDENCY" | rev | cut -d- -f2- | rev)"
tar xf $CWD/$DEPENDENCY.tar.gz

View file

@ -1,23 +1,23 @@
PRGNAM="fzf"
VERSION="0.16.6"
VERSION="0.16.7"
HOMEPAGE="https://github.com/junegunn/fzf"
DOWNLOAD="https://github.com/junegunn/fzf/archive/0.16.6/fzf-0.16.6.tar.gz \
https://github.com/junegunn/go-shellwords/archive/33bd8f1ebe16d6e5eb688cc885749a63059e9167/go-shellwords-33bd8f1ebe16d6e5eb688cc885749a63059e9167.tar.gz \
DOWNLOAD="https://github.com/junegunn/fzf/archive/0.16.7/fzf-0.16.7.tar.gz \
https://github.com/junegunn/go-shellwords/archive/02e3cf038dcea8290e44424da473dd12be796a8a/go-shellwords-02e3cf038dcea8290e44424da473dd12be796a8a.tar.gz \
https://github.com/junegunn/go-runewidth/archive/14207d285c6c197daabb5c9793d63e7af9ab2d50/go-runewidth-14207d285c6c197daabb5c9793d63e7af9ab2d50.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/c900de9dbbc73129068f5af6a823068fc5f2308c/go-colorful-c900de9dbbc73129068f5af6a823068fc5f2308c.tar.gz \
https://github.com/golang/text/archive/f28f36722d5ef2f9655ad3de1f248e3e52ad5ebd/text-f28f36722d5ef2f9655ad3de1f248e3e52ad5ebd.tar.gz \
https://github.com/golang/text/archive/470f45bf29f4147d6fbd7dfd0a02a848e49f5bf4/text-470f45bf29f4147d6fbd7dfd0a02a848e49f5bf4.tar.gz \
https://github.com/golang/crypto/archive/abc5fa7ad02123a41f02bf1391c9760f7586e608/crypto-abc5fa7ad02123a41f02bf1391c9760f7586e608.tar.gz"
MD5SUM="50f7427d458b0cd93d5280021b4b1646 \
225614e0b4b118bc15f7fce865f637f8 \
MD5SUM="2ef2afe236224beb7c9c4b175878c68b \
80447b1055e248f7273e7ef45521534d \
cc482b237c1812152afd973b52f40852 \
e15b95057201799f455982ce76ff7041 \
3995f7a041908df543293240d0c15b57 \
4c6fb2d95929b35e44788924edc56649 \
ae47671585a14b145b3edd83b2240019 \
9d4dde7183c026f24ff81698a6c9b183 \
944b1c3deab6f421b541c5040644dec6\
49c396491b02386d1d31fda0adeafb4f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""