python/pyOpenSSL: Updated for version 0.15.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
81a8128857
commit
d57e11d4b1
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for pyOpenSSL.
|
||||
#
|
||||
# Copyright 2010-2011 Marco Bonetti <sid77@slackware.it>
|
||||
# Copyright 2012-2014 Markus Reichelt, Stolberg (Rhld.), DE
|
||||
# Copyright 2012-2015 Markus Reichelt, Stolberg (Rhld.), DE
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -27,7 +27,7 @@
|
|||
# Now maintained by Markus Reichelt <slackbuilds@mareichelt.de>, 0xCCEEF115
|
||||
|
||||
PRGNAM=pyOpenSSL
|
||||
VERSION=${VERSION:-0.14}
|
||||
VERSION=${VERSION:-0.15.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -44,7 +44,7 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
DOCS="PKG-INFO README"
|
||||
DOCS="PKG-INFO README.rst LICENSE"
|
||||
|
||||
set -e
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pyOpenSSL"
|
||||
VERSION="0.14"
|
||||
VERSION="0.15.1"
|
||||
HOMEPAGE="http://pypi.python.org/pypi/pyOpenSSL"
|
||||
DOWNLOAD="http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-0.14.tar.gz"
|
||||
MD5SUM="8579ff3a1d858858acfba5f046a4ddf7"
|
||||
DOWNLOAD="http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-0.15.1.tar.gz"
|
||||
MD5SUM="f447644afcbd5f0a1f47350fec63a4c6"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="cryptography"
|
||||
|
|
Loading…
Reference in New Issue