From 8e652df72166e328ed6cece6b9f73330b29f9729 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 24 Nov 2020 14:05:08 -0500 Subject: [PATCH] python-cffi: update to 1.14.4. --- srcpkgs/python-cffi/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-cffi/template b/srcpkgs/python-cffi/template index 843d11d2f3..25c1dbdf7c 100644 --- a/srcpkgs/python-cffi/template +++ b/srcpkgs/python-cffi/template @@ -1,7 +1,7 @@ # Template file for 'python-cffi' pkgname=python-cffi -version=1.14.3 -revision=2 +version=1.14.4 +revision=1 wrksrc="cffi-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools libffi-devel" @@ -15,7 +15,7 @@ license="MIT" homepage="https://cffi.readthedocs.io/" changelog="https://cffi.readthedocs.io/en/latest/whatsnew.html" distfiles="${PYPI_SITE}/c/cffi/cffi-${version}.tar.gz" -checksum=f92f789e4f9241cd262ad7a555ca2c648a98178a953af117ef7fad46aa1d5591 +checksum=1a465cbe98a7fd391d47dce4b8f7e5b921e6cd805ef421d04f5f66ba8f06086c do_check() { python2 setup.py build_ext -i