system/pymux: Updated for version 0.14.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2017-07-29 19:07:22 +02:00 committed by Willy Sudiarto Raharjo
parent 1918ae44ec
commit fbc3851ad4
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for pymux # Slackware build script for pymux
# Copyright 2016 Dimitris Zlatanidis Orestiada, Greece # Copyright 2016-2017 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pymux PRGNAM=pymux
VERSION=${VERSION:-0.13} VERSION=${VERSION:-0.14}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="pymux" PRGNAM="pymux"
VERSION="0.13" VERSION="0.14"
HOMEPAGE="https://github.com/jonathanslenders/pymux" HOMEPAGE="https://github.com/jonathanslenders/pymux"
DOWNLOAD="https://pypi.python.org/packages/dd/47/05b856ecdb31b3d7234f4d8cb5a4f146eae9fa4aeb5cf4b4710fe210a555/pymux-0.13.tar.gz" DOWNLOAD="https://pypi.python.org/packages/27/3c/8b1a9c7e765a72a0c0fbb21c606dddea84d704d4fa1d4a68ef953ba85196/pymux-0.14.tar.gz"
MD5SUM="e77e122989a6840e02096bab6dce68db" MD5SUM="e82f13c59f3e1189c8c624e269dd1ef0"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="prompt_toolkit pyte docopt" REQUIRES="prompt_toolkit pyte docopt"