diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2025-04-11 12:51:20 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-04-12 08:42:19 +0700 |
commit | b738c2824a4419697740c5520a0c2db58326dc5e (patch) | |
tree | 45009dd80a5ebbe58b5c6d7fa07b7f6433192dbb /system | |
parent | 2ce825a0895ddb1d374dca4051803db67dcad8c6 (diff) |
system/tmuxp: Updated for version 1.55.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/tmuxp/tmuxp.SlackBuild | 2 | ||||
-rw-r--r-- | 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 33e1d5fd24..058b13c0e1 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.50.1} +VERSION=${VERSION:-1.55.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/tmuxp/tmuxp.info b/system/tmuxp/tmuxp.info index 1e7a5218b1..472f0bbb36 100644 --- a/system/tmuxp/tmuxp.info +++ b/system/tmuxp/tmuxp.info @@ -1,8 +1,8 @@ PRGNAM="tmuxp" -VERSION="1.50.1" +VERSION="1.55.0" HOMEPAGE="https://github.com/tony/tmuxp/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tmuxp/tmuxp-1.50.1.tar.gz" -MD5SUM="e8af5fd74ef9287716a48a2ebfa41c70" +DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tmuxp/tmuxp-1.55.0.tar.gz" +MD5SUM="91812144ba181c689932f3b488cb768f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="colorama python3-libtmux" |