tmux: update to 1.6.
This commit is contained in:
parent
28eef5f9f0
commit
9e6fedd015
|
@ -1,16 +1,15 @@
|
|||
# Template file for 'tmux'
|
||||
pkgname=tmux
|
||||
version=1.5
|
||||
version=1.6
|
||||
distfiles="${SOURCEFORGE_SITE}/tmux/tmux-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
make_build_args="PREFIX=/usr"
|
||||
make_install_args="PREFIX=/usr"
|
||||
revision=1
|
||||
short_desc="Terminal Multiplexer"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://tmux.sourceforge.net"
|
||||
license="MIT"
|
||||
checksum=eb8215b57c05b765d2446d9acb2bc5edcdb3eb4ea31af89ee127a27e90056306
|
||||
checksum=faee08ba1bd8c22537cd5b7458881d1bdb4985df88ed6bc5967c56881a7efbd6
|
||||
long_desc="
|
||||
tmux is a terminal multiplexer: it enables a number of terminals (or windows),
|
||||
each running a separate program, to be created, accessed, and controlled from
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
libutil.so.1
|
||||
libm.so.6
|
||||
libresolv.so.2
|
||||
libncursesw.so.6
|
||||
libevent-2.0.so.5
|
||||
|
|
Loading…
Reference in New Issue