mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
libraries/cffi: Updated for version 1.11.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
202c566635
commit
9202471541
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=cffi
|
||||
VERSION=${VERSION:-1.11.0}
|
||||
VERSION=${VERSION:-1.11.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="cffi"
|
||||
VERSION="1.11.0"
|
||||
VERSION="1.11.2"
|
||||
HOMEPAGE="http://cffi.readthedocs.org"
|
||||
DOWNLOAD="https://pypi.python.org/packages/4e/32/4070bdf32812c89eb635c80880a5caa2e0189aa7999994c265577e5154f3/cffi-1.11.0.tar.gz"
|
||||
MD5SUM="2c5939cc2fa0183fe0c2fcb6a4f1994d"
|
||||
DOWNLOAD="https://pypi.python.org/packages/c9/70/89b68b6600d479034276fed316e14b9107d50a62f5627da37fafe083fde3/cffi-1.11.2.tar.gz"
|
||||
MD5SUM="a731487324b501c8295221b629d3f5f3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pycparser"
|
||||
|
|
Loading…
Reference in a new issue