mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-28 10:02:43 +01:00
libraries/pyftpdlib: Updated for version 1.5.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
c1c623d163
commit
6bfb8fbcc0
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for pyftpdlib
|
||||
|
||||
# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-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=pyftpdlib
|
||||
VERSION=${VERSION:-1.5.1}
|
||||
VERSION=${VERSION:-1.5.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pyftpdlib"
|
||||
VERSION="1.5.1"
|
||||
HOMEPAGE="http://code.google.com/p/pyftpdlib/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/a8/f8/0f6db156898616dbcbd7bf865660295c81479071ab0fcd1898fe1b3a4fc4/pyftpdlib-1.5.1.tar.gz"
|
||||
MD5SUM="61b23e2362df23d0dfa5fe76f6e2ab55"
|
||||
VERSION="1.5.2"
|
||||
HOMEPAGE="https://github.com/giampaolo/pyftpdlib/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/a5/ff/81c54c9f68294ee0b410f2c6efcbfc58791305460228e417657b720b0306/pyftpdlib-1.5.2.tar.gz"
|
||||
MD5SUM="95a56ad9fce1f955d9dbfce3e20f2f62"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pysendfile pyOpenSSL"
|
||||
|
|
Loading…
Reference in a new issue