summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiu Yiding <liuyd.fnst@fujitsu.com>2026-03-12 10:32:06 +0800
committerKhem Raj <raj.khem@gmail.com>2026-03-17 13:25:24 -0700
commit964cbd0107ae8b07372ff58816e3d2ace71f095f (patch)
tree00096effc1fff2f20be5c59c7899f3e00d9299d0
parent99e9d4aba13ae466a6e6fe5c56276917d295cf0b (diff)
downloadmeta-openembedded-964cbd0107ae8b07372ff58816e3d2ace71f095f.tar.gz
tmux: upgrade 3.6 -> 3.6a
1. Change log: https://raw.githubusercontent.com/tmux/tmux/3.6a/CHANGES 2. Change HOMEPAGE to github. Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-extended/tmux/tmux_3.6a.bb (renamed from meta-oe/recipes-extended/tmux/tmux_3.6.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/tmux/tmux_3.6.bb b/meta-oe/recipes-extended/tmux/tmux_3.6a.bb
index 199863d7e4..63011ce040 100644
--- a/meta-oe/recipes-extended/tmux/tmux_3.6.bb
+++ b/meta-oe/recipes-extended/tmux/tmux_3.6a.bb
@@ -1,5 +1,5 @@
1SUMMARY = "Terminal multiplexer" 1SUMMARY = "Terminal multiplexer"
2HOMEPAGE = "http://tmux.sourceforge.net" 2HOMEPAGE = "https://github.com/tmux/tmux/wiki"
3SECTION = "console/utils" 3SECTION = "console/utils"
4 4
5LICENSE = "ISC" 5LICENSE = "ISC"
@@ -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] = "136db80cfbfba617a103401f52874e7c64927986b65b1b700350b6058ad69607" 11SRC_URI[sha256sum] = "b6d8d9c76585db8ef5fa00d4931902fa4b8cbe8166f528f44fc403961a3f3759"
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]?)"