X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/2e54e151d46fd4e50037b1e24098059338b3bc58..94d42ba26778701eda5e0a554058e1027bec33a6:/packages/fish/build.sh diff --git a/packages/fish/build.sh b/packages/fish/build.sh index 6235d0ed..c3574792 100644 --- a/packages/fish/build.sh +++ b/packages/fish/build.sh @@ -1,6 +1,7 @@ TERMUX_PKG_HOMEPAGE=http://fishshell.com/ TERMUX_PKG_DESCRIPTION="Shell geared towards interactive use" TERMUX_PKG_VERSION=2.4.0 +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.