Date: Tuesday, January 21, 2020 @ 08:30:50 Author: yan12125 Revision: 553273
upgpkg: python-cfn-lint 0.27.1-1 Modified: python-cfn-lint/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-21 07:36:49 UTC (rev 553272) +++ PKGBUILD 2020-01-21 08:30:50 UTC (rev 553273) @@ -1,7 +1,7 @@ # Maintainer: Chih-Hsuan Yen <[email protected]> pkgname=python-cfn-lint -pkgver=0.26.3 +pkgver=0.27.1 pkgrel=1 pkgdesc='CloudFormation Linter' arch=(any) @@ -11,7 +11,7 @@ python-jsonpatch python-jsonschema python-setuptools) checkdepends=(python-pytest python-mock) source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-$pkgver.tar.gz") -sha256sums=('bf33ac554431e73496c20d2a562a0d82b05039850c72196f4faef82a3a3fd16f') +sha256sums=('4c7227763ccd2fb96451a55d87951c5951f20c8275a884afcdb8b7b3ff82304f') build() { cd cfn-python-lint-$pkgver
