python/python-ldap: Updated for version 3.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5c7902e71d
commit
5ef982b7a9
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for python-ldap
|
||||
|
||||
# Copyright 2018 Thibaut Notteboom, Paris, FRANCE
|
||||
# Copyright 2018-2019 Thibaut Notteboom, Paris, FRANCE
|
||||
# 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=python-ldap
|
||||
VERSION=${VERSION:-3.1.0}
|
||||
VERSION=${VERSION:-3.2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -60,7 +60,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$PRGNAM-$VERSION.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python-ldap"
|
||||
VERSION="3.1.0"
|
||||
VERSION="3.2.0"
|
||||
HOMEPAGE="https://www.python-ldap.org/"
|
||||
DOWNLOAD="https://github.com/python-ldap/python-ldap/archive/python-ldap-3.1.0/python-ldap-python-ldap-3.1.0.tar.gz"
|
||||
MD5SUM="ced4fef38bbd757bfb5b61b1860c14f9"
|
||||
DOWNLOAD="https://github.com/python-ldap/python-ldap/archive/python-ldap-3.2.0.tar.gz"
|
||||
MD5SUM="1362f78428a763badca6ff612e3eadeb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="coverage pyasn1-modules"
|
||||
|
|
Loading…
Reference in New Issue