similarity index 90%
rename from meta-oe/recipes-extended/tmux/tmux_3.6b.bb
rename to meta-oe/recipes-extended/tmux/tmux_3.7.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://tmux.c;beginline=3;endline=17;md5=f256b76d52e7b4d02bf
DEPENDS = "ncurses libevent bison-native"
SRC_URI = "https://github.com/tmux/tmux/releases/download/${PV}/tmux-${PV}.tar.gz"
-SRC_URI[sha256sum] = "390759d25fdba016887ec982b808927e637070fd7d03a8021f8ef3102b9ae3c7"
+SRC_URI[sha256sum] = "2344f191501b8a73eb71dd6c5fd5dcf8c765f5066f34ab46f04b3013dc7bc1a5"
UPSTREAM_CHECK_URI = "https://github.com/tmux/tmux/releases"
UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+[a-z]?)"
Changes: - Add floating panes: non-modal panes that sit above the tiled layout, created with the new new-pane command (bound to * by default). Early, currently limited release (move/resize via mouse only). - Allow run-shell arguments after the shell command to be expanded as #{1}, #{2}, and so on. - Add -g to kill-session to kill all sessions in a session group. - Add line numbers in copy mode via the new copy-mode-line-numbers option (off/default/absolute/relative/hybrid) plus matching styles. - Tighten read-only checks on attach-session, detach-client and switch-client; various control-mode and paste-detection fixes. Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com> --- meta-oe/recipes-extended/tmux/{tmux_3.6b.bb => tmux_3.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/tmux/{tmux_3.6b.bb => tmux_3.7.bb} (90%)