mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/zope.security: Updated for version 4.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ca7a2c5b8d
commit
a940fa9596
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for zope.security
|
||||
|
||||
# Copyright 2013 Mikko Värri, Finland
|
||||
# Copyright 2014 Mikko Värri, Finland
|
||||
# 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=zope.security
|
||||
VERSION=${VERSION:-4.0.0a4}
|
||||
VERSION=${VERSION:-4.0.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="zope.security"
|
||||
VERSION="4.0.0a4"
|
||||
VERSION="4.0.0"
|
||||
HOMEPAGE="http://pypi.python.org/pypi/zope.security"
|
||||
DOWNLOAD="http://pypi.python.org/packages/source/z/zope.security/zope.security-4.0.0a4.tar.gz"
|
||||
MD5SUM="a5f2f98cf15f7832cf220dfbd55c62ca"
|
||||
DOWNLOAD="http://pypi.python.org/packages/source/z/zope.security/zope.security-4.0.0.tar.gz"
|
||||
MD5SUM="56a248430015ad0f42417aaedbe6c50b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="zope.configuration zope.location"
|
||||
|
|
Loading…
Reference in a new issue