summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <khem.raj@oss.qualcomm.com>2026-06-09 21:17:23 -0700
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-06-15 22:43:53 -0700
commit4e84a38814956c460e2fcad010a15a84799bffe2 (patch)
tree8709c36a6f77ae2b73b6c7c8c653b72ddd247e51
parentd2f8eb960514e950f750894b66ca0f9c1e452580 (diff)
downloadmeta-openembedded-4e84a38814956c460e2fcad010a15a84799bffe2.tar.gz
tmux: upgrade 3.6a -> 3.6b
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
-rw-r--r--meta-oe/recipes-extended/tmux/tmux_3.6b.bb (renamed from meta-oe/recipes-extended/tmux/tmux_3.6a.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/tmux/tmux_3.6a.bb b/meta-oe/recipes-extended/tmux/tmux_3.6b.bb
index 63011ce040..fe84600276 100644
--- a/meta-oe/recipes-extended/tmux/tmux_3.6a.bb
+++ b/meta-oe/recipes-extended/tmux/tmux_3.6b.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://tmux.c;beginline=3;endline=17;md5=f256b76d52e7b4d02bf
8DEPENDS = "ncurses libevent bison-native" 8DEPENDS = "ncurses libevent bison-native"
9 9
10SRC_URI = "https://github.com/tmux/tmux/releases/download/${PV}/tmux-${PV}.tar.gz" 10SRC_URI = "https://github.com/tmux/tmux/releases/download/${PV}/tmux-${PV}.tar.gz"
11SRC_URI[sha256sum] = "b6d8d9c76585db8ef5fa00d4931902fa4b8cbe8166f528f44fc403961a3f3759" 11SRC_URI[sha256sum] = "390759d25fdba016887ec982b808927e637070fd7d03a8021f8ef3102b9ae3c7"
12 12
13UPSTREAM_CHECK_URI = "https://github.com/tmux/tmux/releases" 13UPSTREAM_CHECK_URI = "https://github.com/tmux/tmux/releases"
14UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+[a-z]?)" 14UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+[a-z]?)"