summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2023-12-28 16:26:36 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-12-30 07:33:34 +0700
commit697a99c4428d2cb51fd92661806590031ce7813c (patch)
tree17b17f1801e049cfbd0169e5286bc5a64afcd2aa
parent13e48be6432c3f0916c6abf29c1b3a55462d2349 (diff)
downloadslackbuilds-697a99c4428d2cb51fd92661806590031ce7813c.tar.gz
slackbuilds-697a99c4428d2cb51fd92661806590031ce7813c.tar.xz
system/tmuxp: Updated for version 1.34.0.
-rw-r--r--system/tmuxp/tmuxp.SlackBuild2
-rw-r--r--system/tmuxp/tmuxp.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/system/tmuxp/tmuxp.SlackBuild b/system/tmuxp/tmuxp.SlackBuild
index 52ee95a9cf..37b940261b 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.32.1}
+VERSION=${VERSION:-1.34.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/system/tmuxp/tmuxp.info b/system/tmuxp/tmuxp.info
index c4b4fae268..c34927ec15 100644
--- a/system/tmuxp/tmuxp.info
+++ b/system/tmuxp/tmuxp.info
@@ -1,8 +1,8 @@
PRGNAM="tmuxp"
-VERSION="1.32.1"
+VERSION="1.34.0"
HOMEPAGE="https://github.com/tony/tmuxp/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tmuxp/tmuxp-1.32.1.tar.gz"
-MD5SUM="f4535fe5747a76084ee6e8fec2897a7f"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tmuxp/tmuxp-1.34.0.tar.gz"
+MD5SUM="4aa62e87ebff13567415267410a4a03d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="colorama python3-libtmux"