libraries/cffi: Updated for version 0.9.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
fad01b4d2e
commit
d58de98ee2
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for cffi
|
||||
|
||||
# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
|
||||
# Copyright 2014 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=cffi
|
||||
VERSION=${VERSION:-0.8.6}
|
||||
VERSION=${VERSION:-0.9.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="cffi"
|
||||
VERSION="0.8.6"
|
||||
VERSION="0.9.0"
|
||||
HOMEPAGE="http://cffi.readthedocs.org"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/c/cffi/cffi-0.8.6.tar.gz"
|
||||
MD5SUM="474b5a68299a6f05009171de1dc91be6"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/c/cffi/cffi-0.9.0.tar.gz"
|
||||
MD5SUM="3a2f6b9f16e8082271aed6dcac51a71a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pysetuptools pycparser"
|
||||
|
|
Loading…
Reference in New Issue