package/tmux: bump to version 2.8
authorBaruch Siach <baruch@tkos.co.il>
Thu, 27 Dec 2018 11:10:44 +0000 (13:10 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 27 Dec 2018 15:35:53 +0000 (16:35 +0100)
Remove README from license files. The Buildroot generated image does not
use the source files that README mentioned. README states that other
files "have a license and copyright notice at their start", which
doesn't add much information.

Cc: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/tmux/tmux.hash
package/tmux/tmux.mk

index 27a3ccaaeb61867af98e54e754174e10fd59d16b..306dc52c33a50504e18a086793510c4fdc0b8668 100644 (file)
@@ -1,4 +1,3 @@
 # Locally computed:
-sha256 9ded7d100313f6bc5a87404a4048b3745d61f2332f99ec1400a7c4ed9485d452  tmux-2.7.tar.gz
-sha256 59ad3f5d323cb6b97bb3882c454e6176519cd580b2d4db43c5161517385569f1  README
+sha256 7f6bf335634fafecff878d78de389562ea7f73a7367f268b66d37ea13617a2ba  tmux-2.8.tar.gz
 sha256 ce75f1345a76c93bd0f413d1b93ff1baa0669f34a7242779a00c1b862b4f813a  COPYING
index deae99717b6aa85ef5ed349dc33d998cca6fcaf8..8b7a96e89809858795a95a0d51948de5b80b8b41 100644 (file)
@@ -4,10 +4,10 @@
 #
 ################################################################################
 
-TMUX_VERSION = 2.7
+TMUX_VERSION = 2.8
 TMUX_SITE = https://github.com/tmux/tmux/releases/download/$(TMUX_VERSION)
 TMUX_LICENSE = ISC
-TMUX_LICENSE_FILES = README COPYING
+TMUX_LICENSE_FILES = COPYING
 TMUX_DEPENDENCIES = libevent ncurses host-pkgconf
 
 # Add /usr/bin/tmux to /etc/shells otherwise some login tools like dropbear