tmux: Bump to 3.3a

This commit is contained in:
Tee KOBAYASHI 2022-12-28 18:58:26 +09:00 committed by xtkoba
parent 4dc8c17ef0
commit 1aaea57394
1 changed files with 2 additions and 3 deletions

View File

@ -4,10 +4,9 @@ TERMUX_PKG_LICENSE="ISC"
TERMUX_PKG_MAINTAINER="@termux"
# Link against libandroid-support for wcwidth(), see https://github.com/termux/termux-packages/issues/224
TERMUX_PKG_DEPENDS="ncurses, libevent, libandroid-support, libandroid-glob"
TERMUX_PKG_VERSION=3.3
TERMUX_PKG_REVISION=2
TERMUX_PKG_VERSION=3.3a
TERMUX_PKG_SRCURL="https://github.com/tmux/tmux/archive/${TERMUX_PKG_VERSION}.tar.gz"
TERMUX_PKG_SHA256=967044a34cf69197355f18f2f66e7300b29799576f91fbe04200ab71e5ef6913
TERMUX_PKG_SHA256=f9687493203f86d346791a9327cde9148b9b4be959381b1effc575a9364a043f
TERMUX_PKG_AUTO_UPDATE=true
# 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"