fzf: Update from 0.16.11 to 0.17.1

This commit is contained in:
Fredrik Fornwall 2017-10-15 20:46:40 +02:00
parent f5dbfd45ba
commit 146a167bab
2 changed files with 2 additions and 14 deletions

View File

@ -1,7 +1,7 @@
TERMUX_PKG_HOMEPAGE=https://github.com/junegunn/fzf TERMUX_PKG_HOMEPAGE=https://github.com/junegunn/fzf
TERMUX_PKG_DESCRIPTION="Command-line fuzzy finder" TERMUX_PKG_DESCRIPTION="Command-line fuzzy finder"
TERMUX_PKG_VERSION=0.16.11 TERMUX_PKG_VERSION=0.17.1
TERMUX_PKG_SHA256=e3067d4ad58d7be51eba9a35c06518cd7145c0cc297882796c7e40285f268a99 TERMUX_PKG_SHA256=9c881e55780c0f56b5a30b87df756634d853bfd3938e7e53cb2df6ed63aa84a7
TERMUX_PKG_SRCURL=https://github.com/junegunn/fzf/archive/${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_SRCURL=https://github.com/junegunn/fzf/archive/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_BUILD_IN_SRC="yes" TERMUX_PKG_BUILD_IN_SRC="yes"
# Depend on findutils as fzf uses the -fstype option, which busybox # Depend on findutils as fzf uses the -fstype option, which busybox

View File

@ -1,12 +0,0 @@
diff -u -r ../fzf-0.15.8/src/tui/ncurses.go ./src/tui/ncurses.go
--- ../fzf-0.15.8/src/tui/ncurses.go 2016-11-19 09:13:26.000000000 -0500
+++ ./src/tui/ncurses.go 2016-11-20 07:23:58.507085093 -0500
@@ -7,8 +7,6 @@
#include <ncurses.h>
#include <locale.h>
#cgo !static LDFLAGS: -lncurses
-#cgo static LDFLAGS: -l:libncursesw.a -l:libtinfo.a -l:libgpm.a -ldl
-#cgo android static LDFLAGS: -l:libncurses.a -fPIE -march=armv7-a -mfpu=neon -mhard-float -Wl,--no-warn-mismatch
FILE* c_tty() {
return fopen("/dev/tty", "r");