system/fzf: Updated for version 0.16.4.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2017-02-07 22:30:28 +07:00 committed by Willy Sudiarto Raharjo
parent cd1e7766b9
commit ebce2486fe
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.3}
VERSION=${VERSION:-0.16.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -55,7 +55,7 @@ sed -i '/\.\/deps/d' src/Makefile
mkdir -p gopath/src/github.com/junegunn/
for DEPENDENCY in go-shellwords-33bd8f1ebe16d6e5eb688cc885749a63059e9167 \
go-runewidth-63c378b851290989b19ca955468386485f118c65 \
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-ece019dcfd29abcf65d0d1dfe145e8faad097640 ; do
for DEPENDENCY in text-506f9d5c962f284575e88337e7d9296d27e729d3 ; 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.3"
VERSION="0.16.4"
HOMEPAGE="https://github.com/junegunn/fzf"
DOWNLOAD="https://github.com/junegunn/fzf/archive/0.16.3/fzf-0.16.3.tar.gz \
DOWNLOAD="https://github.com/junegunn/fzf/archive/0.16.4/fzf-0.16.4.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-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/9c2852a141bf4711e4276f8f119c90d0f20a556c/go-colorful-9c2852a141bf4711e4276f8f119c90d0f20a556c.tar.gz \
https://github.com/golang/text/archive/ece019dcfd29abcf65d0d1dfe145e8faad097640/text-ece019dcfd29abcf65d0d1dfe145e8faad097640.tar.gz \
https://github.com/golang/text/archive/506f9d5c962f284575e88337e7d9296d27e729d3/text-506f9d5c962f284575e88337e7d9296d27e729d3.tar.gz \
https://github.com/golang/crypto/archive/abc5fa7ad02123a41f02bf1391c9760f7586e608/crypto-abc5fa7ad02123a41f02bf1391c9760f7586e608.tar.gz"
MD5SUM="699942f02ce399a81e8ed2d0679a3d1d \
MD5SUM="b44c8144d8bc6a14faa6a2edb77f6671 \
225614e0b4b118bc15f7fce865f637f8 \
daeeee47b8dc81ec02bcd2d56bf576c9 \
cc482b237c1812152afd973b52f40852 \
e15b95057201799f455982ce76ff7041 \
3995f7a041908df543293240d0c15b57 \
4c6fb2d95929b35e44788924edc56649 \
d318fdeeb33620ef2ba796c94abc502d \
77cfeb740324798a702dc1728d559256 \
39fed76a23691da031d4a3b97e67f05d \
49c396491b02386d1d31fda0adeafb4f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""