summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2023-09-25 00:58:25 -0600
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-09-30 11:16:31 +0700
commitd7bd3333df5ab69d808544d7b5118efbb2087d77 (patch)
treeba2bd54562442545c4392a1c2b2a61b7cefbd397
parent59d8a3391b1cdcae782e1112ef750f080ea49d3b (diff)
downloadslackbuilds-d7bd3333df5ab69d808544d7b5118efbb2087d77.tar.gz
slackbuilds-d7bd3333df5ab69d808544d7b5118efbb2087d77.tar.xz
system/tmuxp: Updated for version 1.31.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 33887fc793..bb9627380d 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.30.1}
+VERSION=${VERSION:-1.31.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/system/tmuxp/tmuxp.info b/system/tmuxp/tmuxp.info
index 077b8f9f2f..bb95b672d0 100644
--- a/system/tmuxp/tmuxp.info
+++ b/system/tmuxp/tmuxp.info
@@ -1,8 +1,8 @@
PRGNAM="tmuxp"
-VERSION="1.30.1"
+VERSION="1.31.0"
HOMEPAGE="https://github.com/tony/tmuxp/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tmuxp/tmuxp-1.30.1.tar.gz"
-MD5SUM="331c21b00384f125136170adc35ca2a9"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tmuxp/tmuxp-1.31.0.tar.gz"
+MD5SUM="243b71357d8b5628e82dac752ea7f023"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="colorama python3-libtmux"