diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-01-08 07:47:01 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-09 07:12:38 +0700 |
commit | 911a457358a2dc402bac3a3bf57e06333fb3662a (patch) | |
tree | 73e0be7d2a71b63bdc861d048f796bd8dc3cc358 /system/tmuxp | |
parent | add54ec79ab22bda72de59f18a869252a4f0c533 (diff) | |
download | slackbuilds-911a457358a2dc402bac3a3bf57e06333fb3662a.tar.gz |
system/tmuxp: Updated for version 0.9.3.
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 a39fea2243..bc02addf0b 100644 --- a/system/tmuxp/tmuxp.SlackBuild +++ b/system/tmuxp/tmuxp.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for tmuxp -# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=tmuxp -VERSION=${VERSION:-0.9.2} +VERSION=${VERSION:-0.9.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/tmuxp/tmuxp.info b/system/tmuxp/tmuxp.info index 046184dbc6..8791ed93e9 100644 --- a/system/tmuxp/tmuxp.info +++ b/system/tmuxp/tmuxp.info @@ -1,8 +1,8 @@ PRGNAM="tmuxp" -VERSION="0.9.2" +VERSION="0.9.3" HOMEPAGE="http://github.com/tony/tmuxp/" -DOWNLOAD="https://pypi.python.org/packages/source/t/tmuxp/tmuxp-0.9.2.tar.gz" -MD5SUM="f6553259cae5c9fc580c569d48739f04" +DOWNLOAD="https://pypi.python.org/packages/source/t/tmuxp/tmuxp-0.9.3.tar.gz" +MD5SUM="d40900234b24162de26a65cf562dd4b6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="kaptan argcomplete colorama" |