python/paramiko: Updated for version 2.4.1.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
parent
6746edb5f2
commit
e0a0e74d44
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for paramiko
|
||||
|
||||
# Copyright 2008-2017 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# Copyright 2008-2018 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# 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=paramiko
|
||||
VERSION=${VERSION:-2.1.2}
|
||||
VERSION=${VERSION:-2.4.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="paramiko"
|
||||
VERSION="2.1.2"
|
||||
VERSION="2.4.1"
|
||||
HOMEPAGE="http://www.paramiko.org/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/64/79/5e8baeedb6baf1d5879efa8cd012f801efc232e56a068550ba00d7e82625/paramiko-2.1.2.tar.gz"
|
||||
MD5SUM="41a8ea0e8abb03a6bf59870670d4f46c"
|
||||
DOWNLOAD="https://pypi.python.org/packages/29/65/83181630befb17cd1370a6abb9a87957947a43c2332216e5975353f61d64/paramiko-2.4.1.tar.gz"
|
||||
MD5SUM="f9fa1204f706767b6c179effa7c0fb9e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="cryptography"
|
||||
|
|
Loading…
Reference in New Issue