Update tmux to 2.6 (#6597)
This commit is contained in:
parent
2343e5185d
commit
1954075091
1 changed files with 2 additions and 1 deletions
|
@ -34,8 +34,9 @@ class Tmux(AutotoolsPackage):
|
||||||
"""
|
"""
|
||||||
|
|
||||||
homepage = "http://tmux.github.io"
|
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.5', '4a5d73d96d8f11b0bdf9b6f15ab76d15')
|
||||||
version('2.4', '6165d3aca811a3225ef8afbd1afcf1c5')
|
version('2.4', '6165d3aca811a3225ef8afbd1afcf1c5')
|
||||||
version('2.3', 'fcfd1611d705d8b31df3c26ebc93bd3e')
|
version('2.3', 'fcfd1611d705d8b31df3c26ebc93bd3e')
|
||||||
|
|
Loading…
Reference in a new issue