From 6e6c704a418f8651fcffe57f6d9ccbc872eec00d Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Fri, 10 May 2024 00:26:44 -0600 Subject: [PATCH] system/tmuxp: Updated for version 1.47.0. Signed-off-by: Willy Sudiarto Raharjo --- system/tmuxp/tmuxp.SlackBuild | 2 +- system/tmuxp/tmuxp.info | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/system/tmuxp/tmuxp.SlackBuild b/system/tmuxp/tmuxp.SlackBuild index 022f11b853..8fc61fd211 100644 --- a/system/tmuxp/tmuxp.SlackBuild +++ b/system/tmuxp/tmuxp.SlackBuild @@ -32,7 +32,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=tmuxp -VERSION=${VERSION:-1.45.0} +VERSION=${VERSION:-1.47.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/tmuxp/tmuxp.info b/system/tmuxp/tmuxp.info index c134edec3d..943fb7ca44 100644 --- a/system/tmuxp/tmuxp.info +++ b/system/tmuxp/tmuxp.info @@ -1,8 +1,8 @@ PRGNAM="tmuxp" -VERSION="1.45.0" +VERSION="1.47.0" HOMEPAGE="https://github.com/tony/tmuxp/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tmuxp/tmuxp-1.45.0.tar.gz" -MD5SUM="2b137a14e27b20c0b6112e467b333b99" +DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tmuxp/tmuxp-1.47.0.tar.gz" +MD5SUM="5b2ad66c75e18de5396388b7b5c57413" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="colorama python3-libtmux"