Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-cfn-lint
Commits: d35355f5 by Carl Smedstad at 2025-11-01T12:37:43+01:00 upgpkg: 1.40.3-1: Upstream release https://github.com/aws-cloudformation/cfn-lint/releases/tag/v1.40.3 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-cfn-lint pkgdesc = CloudFormation Linter - pkgver = 1.40.2 + pkgver = 1.40.3 pkgrel = 1 url = https://github.com/aws-cloudformation/cfn-lint arch = any @@ -30,7 +30,7 @@ pkgbase = python-cfn-lint optdepends = python-junit-xml: for junit formatter optdepends = python-jschema-to-python: for sarif formatter optdepends = python-sarif-om: for sarif formatter - source = git+https://github.com/aws-cloudformation/cfn-lint.git#tag=v1.40.2 - sha256sums = 831e2617f191e5915c86826d70ae5d8105a3495fd13bb708942c597a1e24e1fb + source = git+https://github.com/aws-cloudformation/cfn-lint.git#tag=v1.40.3 + sha256sums = 738d55f80e88141722add990edc192ddbe7c7d51a8eca987b9cb5a63f1ddc8bc pkgname = python-cfn-lint ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Chih-Hsuan Yen <[email protected]> pkgname=python-cfn-lint -pkgver=1.40.2 +pkgver=1.40.3 pkgrel=1 pkgdesc='CloudFormation Linter' arch=(any) @@ -42,7 +42,7 @@ optdepends=( 'python-sarif-om: for sarif formatter' ) source=("git+$url.git#tag=v$pkgver") -sha256sums=('831e2617f191e5915c86826d70ae5d8105a3495fd13bb708942c597a1e24e1fb') +sha256sums=('738d55f80e88141722add990edc192ddbe7c7d51a8eca987b9cb5a63f1ddc8bc') build() { cd ${pkgname#python-} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-cfn-lint/-/commit/d35355f588703b9f2515b074105532ad30c97f59 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-cfn-lint/-/commit/d35355f588703b9f2515b074105532ad30c97f59 You're receiving this email because of your account on gitlab.archlinux.org.
