From a7e02f14552c03b268073bb7f89f30a2047a4fa0 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Wed, 29 Apr 2020 00:56:22 +0200 Subject: [PATCH] fish: Update from 3.1.0 to 3.1.1 --- packages/fish/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/fish/build.sh b/packages/fish/build.sh index 1144a668f..366ec45db 100644 --- a/packages/fish/build.sh +++ b/packages/fish/build.sh @@ -1,9 +1,9 @@ TERMUX_PKG_HOMEPAGE=https://fishshell.com/ TERMUX_PKG_DESCRIPTION="Shell geared towards interactive use" TERMUX_PKG_LICENSE="GPL-2.0" -TERMUX_PKG_VERSION=3.1.0 +TERMUX_PKG_VERSION=3.1.1 TERMUX_PKG_SRCURL=https://github.com/fish-shell/fish-shell/releases/download/$TERMUX_PKG_VERSION/fish-${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=e5db1e6839685c56f172e1000c138e290add4aa521f187df4cd79d4eab294368 +TERMUX_PKG_SHA256=07dc78eea3bc4cbd490b2f2a2e19e5771ac9e3b6b1a75893039ad8b34d6122b8 # fish calls 'tput' from ncurses-utils, at least when cancelling (Ctrl+C) a command line. # man is needed since fish calls apropos during command completion. TERMUX_PKG_DEPENDS="libc++, ncurses, libandroid-support, ncurses-utils, man, bc, pcre2"