fzf: update to 0.10.3.
This commit is contained in:
parent
4dcaf136c7
commit
badb35d6ae
|
@ -1,18 +0,0 @@
|
||||||
--- shell/key-bindings.bash.orig 2015-04-18 05:12:24.372078942 +0200
|
|
||||||
+++ shell/key-bindings.bash 2015-04-18 05:12:49.244078057 +0200
|
|
||||||
@@ -1,15 +1,5 @@
|
|
||||||
# Key bindings
|
|
||||||
# ------------
|
|
||||||
-__fzf_select__() {
|
|
||||||
- command find -L . \( -path '*/\.*' -o -fstype 'dev' -o -fstype 'proc' \) -prune \
|
|
||||||
- -o -type f -print \
|
|
||||||
- -o -type d -print \
|
|
||||||
- -o -type l -print 2> /dev/null | sed 1d | cut -b3- | fzf -m | while read item; do
|
|
||||||
- printf '%q ' "$item"
|
|
||||||
- done
|
|
||||||
- echo
|
|
||||||
-}
|
|
||||||
-
|
|
||||||
if [[ $- =~ i ]]; then
|
|
||||||
|
|
||||||
__fsel_tmux() {
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'fzf'
|
# Template file for 'fzf'
|
||||||
pkgname=fzf
|
pkgname=fzf
|
||||||
version=0.10.0
|
version=0.10.3
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/junegunn/fzf/src"
|
go_import_path="github.com/junegunn/fzf/src"
|
||||||
go_package="github.com/junegunn/fzf/src/fzf"
|
go_package="github.com/junegunn/fzf/src/fzf"
|
||||||
|
@ -12,7 +12,7 @@ license="MIT"
|
||||||
homepage="https://github.com/junegunn/fzf"
|
homepage="https://github.com/junegunn/fzf"
|
||||||
short_desc="A command-line fuzzy finder"
|
short_desc="A command-line fuzzy finder"
|
||||||
distfiles="https://github.com/junegunn/fzf/archive/${version}.tar.gz"
|
distfiles="https://github.com/junegunn/fzf/archive/${version}.tar.gz"
|
||||||
checksum=7d0b3ced40c99934590e3b0a2302a79ca13f36b7558d1643a89b1800021252ee
|
checksum=018883b176da796c8903816a0f9fdb99522dc148d1ce8d1a95233b905fea5c20
|
||||||
|
|
||||||
# Needs cgo to build, which doesn't work when cross-compiling.
|
# Needs cgo to build, which doesn't work when cross-compiling.
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
Loading…
Reference in New Issue