diff options
| -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]?)" |
