diff options
| author | Liu Yiding <liuyd.fnst@fujitsu.com> | 2026-03-12 10:32:06 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-03-17 13:25:24 -0700 |
| commit | 964cbd0107ae8b07372ff58816e3d2ace71f095f (patch) | |
| tree | 00096effc1fff2f20be5c59c7899f3e00d9299d0 | |
| parent | 99e9d4aba13ae466a6e6fe5c56276917d295cf0b (diff) | |
| download | meta-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 @@ | |||
| 1 | SUMMARY = "Terminal multiplexer" | 1 | SUMMARY = "Terminal multiplexer" |
| 2 | HOMEPAGE = "http://tmux.sourceforge.net" | 2 | HOMEPAGE = "https://github.com/tmux/tmux/wiki" |
| 3 | SECTION = "console/utils" | 3 | SECTION = "console/utils" |
| 4 | 4 | ||
| 5 | LICENSE = "ISC" | 5 | LICENSE = "ISC" |
| @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://tmux.c;beginline=3;endline=17;md5=f256b76d52e7b4d02bf | |||
| 8 | DEPENDS = "ncurses libevent bison-native" | 8 | DEPENDS = "ncurses libevent bison-native" |
| 9 | 9 | ||
| 10 | SRC_URI = "https://github.com/tmux/tmux/releases/download/${PV}/tmux-${PV}.tar.gz" | 10 | SRC_URI = "https://github.com/tmux/tmux/releases/download/${PV}/tmux-${PV}.tar.gz" |
| 11 | SRC_URI[sha256sum] = "136db80cfbfba617a103401f52874e7c64927986b65b1b700350b6058ad69607" | 11 | SRC_URI[sha256sum] = "b6d8d9c76585db8ef5fa00d4931902fa4b8cbe8166f528f44fc403961a3f3759" |
| 12 | 12 | ||
| 13 | UPSTREAM_CHECK_URI = "https://github.com/tmux/tmux/releases" | 13 | UPSTREAM_CHECK_URI = "https://github.com/tmux/tmux/releases" |
| 14 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+[a-z]?)" | 14 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+[a-z]?)" |
