X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/e2e96b228eaeaf5d08d38c63b1d3bb92fe4e171f..8fcd0f1a727ffcc2788c19a77461fb260408ed47:/packages/tmux/build.sh diff --git a/packages/tmux/build.sh b/packages/tmux/build.sh index 5d32da29..25082ce6 100755 --- a/packages/tmux/build.sh +++ b/packages/tmux/build.sh @@ -1,9 +1,9 @@ -TERMUX_PKG_HOMEPAGE=http://tmux.github.io/ +TERMUX_PKG_HOMEPAGE=https://tmux.github.io/ TERMUX_PKG_DESCRIPTION="Terminal multiplexer implementing switching between several programs in one terminal, detaching them and reattaching them to a different terminal" # Link against libandroid-support for wcwidth(), see https://github.com/termux/termux-packages/issues/224 TERMUX_PKG_DEPENDS="ncurses, libevent, libutil, libandroid-support, libandroid-glob" -TERMUX_PKG_VERSION=2.4 -TERMUX_PKG_SHA256=757d6b13231d0d9dd48404968fc114ac09e005d475705ad0cd4b7166f799b349 +TERMUX_PKG_VERSION=2.6 +TERMUX_PKG_SHA256=b17cd170a94d7b58c0698752e1f4f263ab6dc47425230df7e53a6435cc7cd7e8 TERMUX_PKG_SRCURL=https://github.com/tmux/tmux/releases/download/${TERMUX_PKG_VERSION}/tmux-${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_BUILD_IN_SRC=yes