diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-05-13 06:16:54 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-15 07:40:41 +0700 |
commit | 215f8f006cc11107e968410170c22610b438196b (patch) | |
tree | 2eed122c67d4d29677a4947088beb76db82ae4d7 /system/pymux | |
parent | 5597cedebe7453eef5aca6519b71ace99dd3c021 (diff) | |
download | slackbuilds-215f8f006cc11107e968410170c22610b438196b.tar.gz |
system/pymux: Updated for version 0.10.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'system/pymux')
-rw-r--r-- | system/pymux/pymux.SlackBuild | 2 | ||||
-rw-r--r-- | system/pymux/pymux.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/pymux/pymux.SlackBuild b/system/pymux/pymux.SlackBuild index 5858e66f96..920ed1e923 100644 --- a/system/pymux/pymux.SlackBuild +++ b/system/pymux/pymux.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pymux -VERSION=${VERSION:-0.9} +VERSION=${VERSION:-0.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/pymux/pymux.info b/system/pymux/pymux.info index 2c023f5c2e..cb36b331ad 100644 --- a/system/pymux/pymux.info +++ b/system/pymux/pymux.info @@ -1,8 +1,8 @@ PRGNAM="pymux" -VERSION="0.9" +VERSION="0.10" HOMEPAGE="https://github.com/jonathanslenders/pymux" -DOWNLOAD="https://pypi.python.org/packages/source/p/pymux/pymux-0.9.tar.gz" -MD5SUM="deef9eeaa2f725179882b2e568d32d61" +DOWNLOAD="https://pypi.python.org/packages/cd/21/91eeb4e96b58d8506bf3a675b6a20967a0b7d181ccdb1cba0fdf76b897ec/pymux-0.10.tar.gz" +MD5SUM="7838aea0415025ad1045f77a14a4ccec" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="prompt_toolkit pyte docopt" |