mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
tmux: update to 3.4
This commit is contained in:
parent
1bc496122b
commit
bf0a3a7e4b
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'tmux'
|
||||
pkgname=tmux
|
||||
version=3.3a
|
||||
revision=2
|
||||
version=3.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-utempter"
|
||||
configure_args="--enable-utempter --enable-sixel"
|
||||
hostmakedepends="byacc automake pkg-config"
|
||||
makedepends="libevent-devel libutempter-devel ncurses-devel"
|
||||
depends="ncurses-base"
|
||||
|
@ -13,7 +13,7 @@ license="ISC"
|
|||
homepage="https://tmux.github.io"
|
||||
changelog="https://raw.githubusercontent.com/tmux/tmux/master/CHANGES"
|
||||
distfiles="https://github.com/tmux/tmux/releases/download/${version}/tmux-${version}.tar.gz"
|
||||
checksum=e4fd347843bd0772c4f48d6dde625b0b109b7a380ff15db21e97c11a4dcdf93f
|
||||
checksum=551ab8dea0bf505c0ad6b7bb35ef567cdde0ccb84357df142c254f35a23e19aa
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
|
|
Loading…
Add table
Reference in a new issue