Skip to content

Commit 3c39988

Browse files
committed
bump(main/fish): 4.0.0
1 parent 49b3d12 commit 3c39988

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/fish/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://fishshell.com/
22
TERMUX_PKG_DESCRIPTION="The user-friendly command line shell"
33
TERMUX_PKG_LICENSE="GPL-2.0"
44
TERMUX_PKG_MAINTAINER="@termux"
5-
TERMUX_PKG_VERSION="4.0b1"
5+
TERMUX_PKG_VERSION="4.0.0"
66
TERMUX_PKG_SRCURL=https://github.com/fish-shell/fish-shell/releases/download/$TERMUX_PKG_VERSION/fish-${TERMUX_PKG_VERSION}.tar.xz
7-
TERMUX_PKG_SHA256=534334e10f85722214e9daff82a57cc3501235523f16f8f131c2344e4ec98da7
7+
TERMUX_PKG_SHA256=2fda5bd970357064d8d4c896e08285ba59965ca2a8c4829ca8a82bf3b89c69f3
88
TERMUX_PKG_AUTO_UPDATE=true
99
# fish calls 'tput' from ncurses-utils, at least when cancelling (Ctrl+C) a command line.
1010
# man is needed since fish calls apropos during command completion.

0 commit comments

Comments
 (0)