summaryrefslogtreecommitdiffstats
path: root/system/tmuxp
diff options
context:
space:
mode:
author fourtysixandtwo2024-02-20 15:27:50 +0100
committer Willy Sudiarto Raharjo2024-02-24 09:34:57 +0100
commit98623f84c497d8770782c4d15ac4e6f8d4a94969 (patch)
treec1afb6f19aa20da0cf5e720f23d5d50595c8df53 /system/tmuxp
parent158ffa45e38c2bde64a9ca2e49509ac5e317caf7 (diff)
downloadslackbuilds-98623f84c497d8770782c4d15ac4e6f8d4a94969.tar.gz
system/tmuxp: Updated for version 1.39.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/tmuxp')
-rw-r--r--system/tmuxp/tmuxp.SlackBuild4
-rw-r--r--system/tmuxp/tmuxp.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/system/tmuxp/tmuxp.SlackBuild b/system/tmuxp/tmuxp.SlackBuild
index 37b940261b..d5408f1adc 100644
--- a/system/tmuxp/tmuxp.SlackBuild
+++ b/system/tmuxp/tmuxp.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for tmuxp
-# Copyright 2022-2023 fourtysixandtwo <fourtysixandtwo@sliderr.net>
+# Copyright 2022-2024 fourtysixandtwo <fourtysixandtwo@sliderr.net>
# Copyright 2014-2022 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
@@ -32,7 +32,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=tmuxp
-VERSION=${VERSION:-1.34.0}
+VERSION=${VERSION:-1.39.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/system/tmuxp/tmuxp.info b/system/tmuxp/tmuxp.info
index c34927ec15..3ea6884916 100644
--- a/system/tmuxp/tmuxp.info
+++ b/system/tmuxp/tmuxp.info
@@ -1,8 +1,8 @@
PRGNAM="tmuxp"
-VERSION="1.34.0"
+VERSION="1.39.0"
HOMEPAGE="https://github.com/tony/tmuxp/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tmuxp/tmuxp-1.34.0.tar.gz"
-MD5SUM="4aa62e87ebff13567415267410a4a03d"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tmuxp/tmuxp-1.39.0.tar.gz"
+MD5SUM="f1e828cf66f32173f9303b2e6b3247b1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="colorama python3-libtmux"