File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://fishshell.com/
22TERMUX_PKG_DESCRIPTION=" The user-friendly command line shell"
33TERMUX_PKG_LICENSE=" GPL-2.0"
44TERMUX_PKG_MAINTAINER=" @termux"
5- TERMUX_PKG_VERSION=" 4.3.3 "
5+ TERMUX_PKG_VERSION=" 4.4.0 "
66TERMUX_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
88TERMUX_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
2020termux_step_pre_configure () {
You can’t perform that action at this time.
0 commit comments