curl: Update from 7.48 to 7.49
[termux-packages] / packages / fish / build.sh
index 499102a..9d69fee 100644 (file)
@@ -1,9 +1,10 @@
 TERMUX_PKG_HOMEPAGE=http://fishshell.com/
 TERMUX_PKG_DESCRIPTION="Shell geared towards interactive use"
-_COMMIT=b1b2698a843b52ea18ae0f8fc1e5a2b6e003f409
-TERMUX_PKG_VERSION=2.2.201603181154
+_COMMIT=c76d86631717929b3a2f259615e8603e69e13256
+TERMUX_PKG_VERSION=2.2.201605030720
 TERMUX_PKG_SRCURL=https://github.com/fish-shell/fish-shell/archive/${_COMMIT}.zip
-TERMUX_PKG_DEPENDS="ncurses, libgnustl, libandroid-support"
+# fish calls 'tput' from ncurses-utils, at least when cancelling (Ctrl+C) a command line:
+TERMUX_PKG_DEPENDS="ncurses, libgnustl, libandroid-support, ncurses-utils"
 TERMUX_PKG_BUILD_IN_SRC=yes
 TERMUX_PKG_FOLDERNAME=fish-shell-$_COMMIT