mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
system/pymux: Updated for version 0.10.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
5597cedebe
commit
215f8f006c
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue