mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/pymux: Updated for version 0.14.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
1918ae44ec
commit
fbc3851ad4
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for pymux
|
||||
|
||||
# Copyright 2016 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2016-2017 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pymux
|
||||
VERSION=${VERSION:-0.13}
|
||||
VERSION=${VERSION:-0.14}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pymux"
|
||||
VERSION="0.13"
|
||||
VERSION="0.14"
|
||||
HOMEPAGE="https://github.com/jonathanslenders/pymux"
|
||||
DOWNLOAD="https://pypi.python.org/packages/dd/47/05b856ecdb31b3d7234f4d8cb5a4f146eae9fa4aeb5cf4b4710fe210a555/pymux-0.13.tar.gz"
|
||||
MD5SUM="e77e122989a6840e02096bab6dce68db"
|
||||
DOWNLOAD="https://pypi.python.org/packages/27/3c/8b1a9c7e765a72a0c0fbb21c606dddea84d704d4fa1d4a68ef953ba85196/pymux-0.14.tar.gz"
|
||||
MD5SUM="e82f13c59f3e1189c8c624e269dd1ef0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="prompt_toolkit pyte docopt"
|
||||
|
|
Loading…
Reference in a new issue