python-cffi: update to 1.11.4. (#10786)

This commit is contained in:
maxice8 2018-01-15 09:59:47 -02:00 committed by Alessio Sergi
parent 76cdf603b4
commit 2b46602fbe

View file

@ -1,6 +1,6 @@
# Template file for 'python-cffi' # Template file for 'python-cffi'
pkgname=python-cffi pkgname=python-cffi
version=1.11.3 version=1.11.4
revision=1 revision=1
wrksrc="cffi-${version}" wrksrc="cffi-${version}"
build_style=python-module build_style=python-module
@ -13,7 +13,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://cffi.readthedocs.io/" homepage="https://cffi.readthedocs.io/"
license="MIT" license="MIT"
distfiles="${PYPI_SITE}/c/cffi/cffi-${version}.tar.gz" distfiles="${PYPI_SITE}/c/cffi/cffi-${version}.tar.gz"
checksum=8456abb0f892eb7d545f9ce94f4ba78d651365b1a59f9ce9ae7b5325a95dc698 checksum=df9083a992b17a28cd4251a3f5c879e0198bb26c9e808c4647e0a18739f1d11d
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE