tmux: bump to version 2.7
Add COPYING to license files. Update README hash; contest change unrelated to license. 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>
This commit is contained in:
parent
4d25bdbeec
commit
eb790df07e
@ -1,3 +1,4 @@
|
|||||||
# Locally computed:
|
# Locally computed:
|
||||||
sha256 b17cd170a94d7b58c0698752e1f4f263ab6dc47425230df7e53a6435cc7cd7e8 tmux-2.6.tar.gz
|
sha256 9ded7d100313f6bc5a87404a4048b3745d61f2332f99ec1400a7c4ed9485d452 tmux-2.7.tar.gz
|
||||||
sha256 94e2b1feb1202d3308cc7ab7ec42278d24f10562394bdf269f44649327c8198f README
|
sha256 59ad3f5d323cb6b97bb3882c454e6176519cd580b2d4db43c5161517385569f1 README
|
||||||
|
sha256 ce75f1345a76c93bd0f413d1b93ff1baa0669f34a7242779a00c1b862b4f813a COPYING
|
||||||
|
@ -4,10 +4,10 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
TMUX_VERSION = 2.6
|
TMUX_VERSION = 2.7
|
||||||
TMUX_SITE = https://github.com/tmux/tmux/releases/download/$(TMUX_VERSION)
|
TMUX_SITE = https://github.com/tmux/tmux/releases/download/$(TMUX_VERSION)
|
||||||
TMUX_LICENSE = ISC
|
TMUX_LICENSE = ISC
|
||||||
TMUX_LICENSE_FILES = README
|
TMUX_LICENSE_FILES = README COPYING
|
||||||
TMUX_DEPENDENCIES = libevent ncurses host-pkgconf
|
TMUX_DEPENDENCIES = libevent ncurses host-pkgconf
|
||||||
|
|
||||||
# Add /usr/bin/tmux to /etc/shells otherwise some login tools like dropbear
|
# Add /usr/bin/tmux to /etc/shells otherwise some login tools like dropbear
|
||||||
|
Loading…
Reference in New Issue
Block a user