tmux: Disable auto-updating

which caused an unexpcted downgrading.

Also there is a plan to migrate to using Git snapshot to adapt to recent
changes in ncurses for which tmux does not make a release yet.

%ci:no-build
This commit is contained in:
Tee KOBAYASHI 2023-07-01 09:40:25 +09:00
parent 4e13d7dd81
commit b1d2b98239
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ TERMUX_PKG_DEPENDS="ncurses, libevent, libandroid-support, libandroid-glob"
TERMUX_PKG_VERSION=3.3a
TERMUX_PKG_SRCURL="https://github.com/tmux/tmux/archive/${TERMUX_PKG_VERSION}.tar.gz"
TERMUX_PKG_SHA256=f9687493203f86d346791a9327cde9148b9b4be959381b1effc575a9364a043f
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_AUTO_UPDATE=false
# Set default TERM to screen-256color, see: https://raw.githubusercontent.com/tmux/tmux/3.3/CHANGES
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-static --with-TERM=screen-256color"
TERMUX_PKG_BUILD_IN_SRC=true