tmux: update to 3.2

This commit is contained in:
Juergen Daubert 2021-04-13 19:33:17 +02:00
parent 487d56f392
commit b65bd7c2b3
2 changed files with 11 additions and 11 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/TQR/6Nb3dhbaYOv+dVtDCSNaUzRzxz1hHXaMrYS6CavfuEUVodBK18LQHNQNkVLkhc8pTOGCvvpEqDLoon/IQs=
SHA256 (Pkgfile) = d4c62ea2559fbd26be2afa70bc3466d4bc6e6096527d52a81bbece2a58f75f6e
RWSE3ohX2g5d/W/gWRhVpK3+CnJjBF9qqZkgVhqVitAoh7mU+h0hMPff3uQQtbWSmCdeY7lDvSBKbqeRrJcnNAQ8nb6WdR4zmQ0=
SHA256 (Pkgfile) = 1717a67b4071f5bbd9400edffe2919bbf42833e72018d69b46ea263a8ee5bedc
SHA256 (.footprint) = 9a0d3d09c7159afd00b5f816ce4ec2245b3ccb248a5abe8173891cdda514b4d3
SHA256 (tmux-3.1c.tar.gz) = 918f7220447bef33a1902d4faff05317afd9db4ae1c9971bef5c787ac6c88386
SHA256 (tmux-3.2.tar.gz) = 664d345338c11cbe429d7ff939b92a5191e231a7c1ef42f381cebacb1e08a399

View File

@ -1,16 +1,16 @@
# Description: Terminal multiplexer like screen
# URL: http://tmux.github.io/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: ncurses libevent
# URL: http://tmux.github.io/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: ncurses libevent
name=tmux
version=3.1c
version=3.2
release=1
source=(https://github.com/tmux/tmux/releases/download/${version%-*}/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}