tmux: update to 3.1b.
This commit is contained in:
parent
cbaba4dcce
commit
2bab603ceb
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'tmux'
|
||||
pkgname=tmux
|
||||
version=3.1
|
||||
version=3.1b
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="byacc"
|
||||
|
@ -11,11 +11,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=979bf38db2c36193de49149aaea5c540d18e01ccc27cf76e2aff5606bd186722
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
||||
makedepends+=" musl-legacy-compat"
|
||||
fi
|
||||
checksum=d93f351d50af05a75fe6681085670c786d9504a5da2608e481c47cf5e1486db9
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Reference in New Issue