summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/tmux/tmux_3.1b.bb (renamed from meta-oe/recipes-extended/tmux/tmux_2.6.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/tmux/tmux_2.6.bb b/meta-oe/recipes-extended/tmux/tmux_3.1b.bb
index 17c2fbab2b..fde0ed4acf 100644
--- a/meta-oe/recipes-extended/tmux/tmux_2.6.bb
+++ b/meta-oe/recipes-extended/tmux/tmux_3.1b.bb
@@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://tmux.c;beginline=3;endline=17;md5=f256b76d52e7b4d02bf
8DEPENDS = "ncurses libevent" 8DEPENDS = "ncurses libevent"
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[md5sum] = "d541ff392249f94c4f3635793556f827" 11SRC_URI[md5sum] = "2cdacbf06ac4980d3f5312ad23b37f9b"
12SRC_URI[sha256sum] = "b17cd170a94d7b58c0698752e1f4f263ab6dc47425230df7e53a6435cc7cd7e8" 12SRC_URI[sha256sum] = "d93f351d50af05a75fe6681085670c786d9504a5da2608e481c47cf5e1486db9"
13 13
14UPSTREAM_CHECK_URI = "https://github.com/tmux/tmux/releases" 14UPSTREAM_CHECK_URI = "https://github.com/tmux/tmux/releases"
15 15