X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/50a1e680a98e90ad8334a57681c9a15bd8a7805e..02baa030aa6273c97592f6790499f8892cb59223:/packages/fish/build.sh diff --git a/packages/fish/build.sh b/packages/fish/build.sh index 6050675d..c3574792 100644 --- a/packages/fish/build.sh +++ b/packages/fish/build.sh @@ -1,7 +1,7 @@ TERMUX_PKG_HOMEPAGE=http://fishshell.com/ TERMUX_PKG_DESCRIPTION="Shell geared towards interactive use" TERMUX_PKG_VERSION=2.4.0 -TERMUX_PKG_BUILD_REVISION=1 +TERMUX_PKG_REVISION=2 TERMUX_PKG_SRCURL=https://github.com/fish-shell/fish-shell/releases/download/$TERMUX_PKG_VERSION/fish-${TERMUX_PKG_VERSION}.tar.gz # 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.