diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-02-12 00:55:47 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-02-11 12:15:09 -0600 |
commit | 7b7c0f476b10b5cc8a9ff0f7dcbacfeabef50648 (patch) | |
tree | 2d1c0f68fb31caf7dbc4b2e8b788122c61c329bf | |
parent | fac458efab5172bebd4019a89490eb4f9fbf9146 (diff) | |
download | slackbuilds-7b7c0f476b10b5cc8a9ff0f7dcbacfeabef50648.tar.gz |
system/tmuxp: Updated for version 0.1.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/tmuxp/tmuxp.SlackBuild | 2 | ||||
-rw-r--r-- | system/tmuxp/tmuxp.info | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/tmuxp/tmuxp.SlackBuild b/system/tmuxp/tmuxp.SlackBuild index e66383300f..accc5fae46 100644 --- a/system/tmuxp/tmuxp.SlackBuild +++ b/system/tmuxp/tmuxp.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=tmuxp -VERSION=${VERSION:-0.1.5.1} +VERSION=${VERSION:-0.1.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/tmuxp/tmuxp.info b/system/tmuxp/tmuxp.info index 0ce09d92c1..6c07a34ca8 100644 --- a/system/tmuxp/tmuxp.info +++ b/system/tmuxp/tmuxp.info @@ -1,10 +1,10 @@ PRGNAM="tmuxp" -VERSION="0.1.5.1" +VERSION="0.1.6" HOMEPAGE="http://github.com/tony/tmuxp/" -DOWNLOAD="https://pypi.python.org/packages/source/t/tmuxp/tmuxp-0.1.5.1.tar.gz" -MD5SUM="fc2581b1f16bf84ad6045c3396799eb2" +DOWNLOAD="https://pypi.python.org/packages/source/t/tmuxp/tmuxp-0.1.6.tar.gz" +MD5SUM="6f50a5414abb0a5dfcbe2ea77b4f89ce" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="kaptan argcomplete" +REQUIRES="kaptan argcomplete PyYAML" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |