mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
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 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for cffi
|
# Slackware build script for cffi
|
||||||
|
|
||||||
# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
|
# Copyright 2014 Dimitris Zlatanidis Orestiada, Greece
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=cffi
|
PRGNAM=cffi
|
||||||
VERSION=${VERSION:-0.8.6}
|
VERSION=${VERSION:-0.9.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="cffi"
|
PRGNAM="cffi"
|
||||||
VERSION="0.8.6"
|
VERSION="0.9.0"
|
||||||
HOMEPAGE="http://cffi.readthedocs.org"
|
HOMEPAGE="http://cffi.readthedocs.org"
|
||||||
DOWNLOAD="https://pypi.python.org/packages/source/c/cffi/cffi-0.8.6.tar.gz"
|
DOWNLOAD="https://pypi.python.org/packages/source/c/cffi/cffi-0.9.0.tar.gz"
|
||||||
MD5SUM="474b5a68299a6f05009171de1dc91be6"
|
MD5SUM="3a2f6b9f16e8082271aed6dcac51a71a"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="pysetuptools pycparser"
|
REQUIRES="pysetuptools pycparser"
|
||||||
|
|
Loading…
Reference in a new issue