diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-03-28 20:00:26 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-01 06:57:22 +0700 |
commit | 96ae4738ac2c724e835a4d0c3909d788e5d2ada7 (patch) | |
tree | 42bf0b8dc5d0aaa08daab9846f9b9bcc4875bac8 | |
parent | e5d79c9c3f174ca45946f5672eb0b3c9fe050e2f (diff) |
system/tmuxp: Updated for version 1.2.7.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-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 6a6275fdf440..ab7ae5cbfd10 100644 --- a/system/tmuxp/tmuxp.SlackBuild +++ b/system/tmuxp/tmuxp.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for tmuxp -# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2017 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.2} +VERSION=${VERSION:-1.2.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/tmuxp/tmuxp.info b/system/tmuxp/tmuxp.info index a3b802e94fff..8e646383bd23 100644 --- a/system/tmuxp/tmuxp.info +++ b/system/tmuxp/tmuxp.info @@ -1,8 +1,8 @@ PRGNAM="tmuxp" -VERSION="1.2.2" +VERSION="1.2.7" HOMEPAGE="http://github.com/tony/tmuxp/" -DOWNLOAD="https://pypi.python.org/packages/a8/9f/0c774e9e7c08635d085d0adf6e07452b6ddf90ce0f0f6fbeb120757382be/tmuxp-1.2.2.tar.gz" -MD5SUM="f7094ea149b252c69fa15eed34af85a5" +DOWNLOAD="https://pypi.python.org/packages/32/38/d2edc0b52ff7f6457138b9686deff5dfca0d0288040a62ed27edba80c6bf/tmuxp-1.2.7.tar.gz" +MD5SUM="0fbc20e8c5588d60d7615504713573d0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="kaptan click colorama python-libtmux" |