Update tmux to 2.6 (#6597)

This commit is contained in:
nshtg 2017-12-08 18:13:22 +01:00 committed by Christoph Junghans
parent 2343e5185d
commit 1954075091

View file

@ -34,8 +34,9 @@ class Tmux(AutotoolsPackage):
"""
homepage = "http://tmux.github.io"
url = "https://github.com/tmux/tmux/releases/download/2.2/tmux-2.2.tar.gz"
url = "https://github.com/tmux/tmux/releases/download/2.6/tmux-2.6.tar.gz"
version('2.6', 'd541ff392249f94c4f3635793556f827')
version('2.5', '4a5d73d96d8f11b0bdf9b6f15ab76d15')
version('2.4', '6165d3aca811a3225ef8afbd1afcf1c5')
version('2.3', 'fcfd1611d705d8b31df3c26ebc93bd3e')