diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2019-11-16 23:03:20 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-11-23 16:02:03 +0700 |
commit | 8e268e60524fa81f82da7a5bd0c4f0c46d955c19 (patch) | |
tree | 37aeae3e5e6d729dc864cd8fd8cb2ac8a9208e0b /system/tmuxp | |
parent | b2dab10a90ce61e3f92273ddaa46aa809a22b8c4 (diff) | |
download | slackbuilds-8e268e60524fa81f82da7a5bd0c4f0c46d955c19.tar.gz |
system/tmuxp: Updated for version 1.5.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'system/tmuxp')
-rw-r--r-- | system/tmuxp/tmuxp.SlackBuild | 4 | ||||
-rw-r--r-- | system/tmuxp/tmuxp.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/tmuxp/tmuxp.SlackBuild b/system/tmuxp/tmuxp.SlackBuild index 6c9fcb62de..e1e4f02d0e 100644 --- a/system/tmuxp/tmuxp.SlackBuild +++ b/system/tmuxp/tmuxp.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for tmuxp -# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2019 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=tmuxp -VERSION=${VERSION:-1.2.8} +VERSION=${VERSION:-1.5.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/tmuxp/tmuxp.info b/system/tmuxp/tmuxp.info index d2444821b7..c33932a7a9 100644 --- a/system/tmuxp/tmuxp.info +++ b/system/tmuxp/tmuxp.info @@ -1,8 +1,8 @@ PRGNAM="tmuxp" -VERSION="1.2.8" +VERSION="1.5.4" HOMEPAGE="https://github.com/tony/tmuxp/" -DOWNLOAD="https://pypi.python.org/packages/8b/48/0c325729ff41e73e8044b286ead20aedec1e127c898aa0b6646fe34043d9/tmuxp-1.2.8.tar.gz" -MD5SUM="e31e492b4f1e7191531a79e0df4fa51a" +DOWNLOAD="https://files.pythonhosted.org/packages/0f/ce/c06eb1dec939d75c60b837528e8205590d0306ced5fa9046f4029fb6058b/tmuxp-1.5.4.tar.gz" +MD5SUM="2bdbaef671e97ff5658165f67e627df5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="kaptan click colorama python-libtmux" |