From d1dca93de608304489deec0a12bd7f5f0c2f4ce9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20P=2E=20Stani=C4=87?= Date: Wed, 29 Apr 2020 22:06:18 +0200 Subject: [PATCH] main/tmux: upgrade to 3.1a minor release with this in CHANGES file: Do not close stdout prematurely in control mode since it is needed to print exit messages. Prevents hanging when detaching with iTerm2. --- main/tmux/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/tmux/APKBUILD b/main/tmux/APKBUILD index 4be8dbd5ba8..2fc5bd93140 100644 --- a/main/tmux/APKBUILD +++ b/main/tmux/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Natanael Copa # Maintainer: Natanael Copa pkgname=tmux -pkgver=3.1 +pkgver=3.1a pkgrel=0 pkgdesc="Tool to control multiple terminals from a single terminal" url="https://tmux.github.io" @@ -38,4 +38,4 @@ package() { done } -sha512sums="32f8bc03ee2071449c106f9c895164e8ffbb9cc720607d90e7ef397374c991c571294a918689bd9017ed7045fcff9e36d45ebb4b7454d93836f85bcc0333462b tmux-3.1.tar.gz" +sha512sums="8c4f99a88a60f85201d25c93710550717ce18207737c83a67df390e6e41828200c6d81cc3adf6eb2908c7b22713e74787428dc8ac85aae0f67950af08c2e2923 tmux-3.1a.tar.gz" -- GitLab