diff options
author | Mario Rugiero <mrugiero@gmail.com> | 2017-05-12 13:59:43 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-05-13 15:03:49 +0200 |
commit | f1b31f07e6a915336fb8ff6750851b94369bf68b (patch) | |
tree | 9bd1ee1df8e0310a45a0e77b9cf14cb653d712e6 /package/tmux/tmux.mk | |
parent | 9a2f7fbeb3cff048cc08f1958eef1d1fd10de486 (diff) | |
download | buildroot-f1b31f07e6a915336fb8ff6750851b94369bf68b.tar.gz buildroot-f1b31f07e6a915336fb8ff6750851b94369bf68b.zip |
package/tmux: bump to v2.4
Also removes 0001-compat-don-t-re-define-program_invocation_short_name.patch,
since it's applied to upstream in this version.
Tested with:
qemu_ppc_g3beige_defconfig
Signed-off-by: Mario J. Rugiero <mrugiero@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/tmux/tmux.mk')
-rw-r--r-- | package/tmux/tmux.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/tmux/tmux.mk b/package/tmux/tmux.mk index f6dd1a9cc6..6636b9b5ff 100644 --- a/package/tmux/tmux.mk +++ b/package/tmux/tmux.mk @@ -4,7 +4,7 @@ # ################################################################################ -TMUX_VERSION = 2.3 +TMUX_VERSION = 2.4 TMUX_SITE = https://github.com/tmux/tmux/releases/download/$(TMUX_VERSION) TMUX_LICENSE = ISC TMUX_LICENSE_FILES = README |