A few updates to packages (mostly version updates) (#4049)
This commit is contained in:

committed by
Adam J. Stewart

parent
2cfc5eebb5
commit
89ea5bdd61
@@ -26,15 +26,17 @@
|
||||
|
||||
|
||||
class Tmux(Package):
|
||||
"""tmux is a terminal multiplexer. What is a terminal multiplexer? It lets
|
||||
you switch easily between several programs in one terminal, detach them
|
||||
(they keep running in the background) and reattach them to a different
|
||||
terminal. And do a lot more.
|
||||
"""Tmux is a terminal multiplexer.
|
||||
|
||||
What is a terminal multiplexer? It lets you switch easily between several
|
||||
programs in one terminal, detach them (they keep running in the
|
||||
background) and reattach them to a different terminal. And do a lot more.
|
||||
"""
|
||||
|
||||
homepage = "http://tmux.github.io"
|
||||
url = "https://github.com/tmux/tmux/releases/download/2.2/tmux-2.2.tar.gz"
|
||||
|
||||
version('2.4', '6165d3aca811a3225ef8afbd1afcf1c5')
|
||||
version('2.3', 'fcfd1611d705d8b31df3c26ebc93bd3e')
|
||||
version('2.2', 'bd95ee7205e489c62c616bb7af040099')
|
||||
version('2.1', '74a2855695bccb51b6e301383ad4818c')
|
||||
|
Reference in New Issue
Block a user