tmux: update to 2.6.
This commit is contained in:
parent
874cbc1ab9
commit
77a1185cd8
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'tmux'
|
# Template file for 'tmux'
|
||||||
pkgname=tmux
|
pkgname=tmux
|
||||||
version=2.5
|
version=2.6
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="ncurses-devel libevent-devel"
|
makedepends="ncurses-devel libevent-devel"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://tmux.github.io"
|
homepage="http://tmux.github.io"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
distfiles="https://github.com/tmux/tmux/releases/download/${version}/tmux-${version}.tar.gz"
|
distfiles="https://github.com/tmux/tmux/releases/download/${version}/tmux-${version}.tar.gz"
|
||||||
checksum=ae135ec37c1bf6b7750a84e3a35e93d91033a806943e034521c8af51b12d95df
|
checksum=b17cd170a94d7b58c0698752e1f4f263ab6dc47425230df7e53a6435cc7cd7e8
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Reference in New Issue