summaryrefslogtreecommitdiffstats
path: root/system/tmuxp
diff options
context:
space:
mode:
author fourtysixandtwo2022-12-19 12:52:46 +0100
committer Willy Sudiarto Raharjo2022-12-21 06:06:03 +0100
commit3d81a9eca5d704bd2f5795cb85d430fa82c8cb8b (patch)
tree53b58fa773898a50ff8d28b9c658c2784cf1934a /system/tmuxp
parenteadde83579e6dfbd79016213685118429ef3aa12 (diff)
downloadslackbuilds-3d81a9eca5d704bd2f5795cb85d430fa82c8cb8b.tar.gz
system/tmuxp: Updated for version 1.19.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/tmuxp')
-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 0dfcef26f3..3976519040 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.19.0}
+VERSION=${VERSION:-1.19.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/system/tmuxp/tmuxp.info b/system/tmuxp/tmuxp.info
index bd15ff4ee6..737596679e 100644
--- a/system/tmuxp/tmuxp.info
+++ b/system/tmuxp/tmuxp.info
@@ -1,8 +1,8 @@
PRGNAM="tmuxp"
-VERSION="1.19.0"
+VERSION="1.19.1"
HOMEPAGE="https://github.com/tony/tmuxp/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tmuxp/tmuxp-1.19.0.tar.gz"
-MD5SUM="832a9477a0f195a507dedb3418b5e90c"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tmuxp/tmuxp-1.19.1.tar.gz"
+MD5SUM="1eb29410af73490c813b0d440d893fbe"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="colorama python3-libtmux"