Skip to content

Commit 6f7c59b

Browse files
AminurAlamBiswa96
authored andcommitted
bump(main/fish): v4.4.0
1 parent fdc5c4b commit 6f7c59b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/fish/build.sh

Lines changed: 3 additions & 3 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.3.3"
5+
TERMUX_PKG_VERSION="4.4.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=eba0e7d325c1d46046bb9d29434e7e0dabf7f584eb156845005d688e10b86e57
7+
TERMUX_PKG_SHA256=529e1072c034f6c9d21a922c359886df75129c3d81a15bd8656a3c4860993ad5
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.
@@ -14,7 +14,7 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
1414
-DWITH_DOCS=OFF
1515
-DFISH_USE_SYSTEM_PCRE2=ON
1616
-DMAC_CODESIGN_ID=OFF
17-
-DWITH_GETTEXT=OFF
17+
-DWITH_MESSAGE_LOCALIZATION=OFF
1818
"
1919

2020
termux_step_pre_configure() {

0 commit comments

Comments
 (0)