Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-cfn-lint
Commits: a2bed384 by Carl Smedstad at 2025-07-12T12:04:47+02:00 upgpkg: 1.37.2-1: Upstream release https://github.com/aws-cloudformation/cfn-lint/releases/tag/v1.37.2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-cfn-lint pkgdesc = CloudFormation Linter - pkgver = 1.37.0 + pkgver = 1.37.2 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.37.0 - sha256sums = eefe4ae18912488312d6d04667ef99d7dc63373a08fc219ab634886d2e6bf079 + source = git+https://github.com/aws-cloudformation/cfn-lint.git#tag=v1.37.2 + sha256sums = d067589d10ef1d5cee260569b19d3c9be25682a9d83378783f7d00ce3657dea8 pkgname = python-cfn-lint ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Chih-Hsuan Yen <[email protected]> pkgname=python-cfn-lint -pkgver=1.37.0 +pkgver=1.37.2 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=('eefe4ae18912488312d6d04667ef99d7dc63373a08fc219ab634886d2e6bf079') +sha256sums=('d067589d10ef1d5cee260569b19d3c9be25682a9d83378783f7d00ce3657dea8') build() { cd ${pkgname#python-} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-cfn-lint/-/commit/a2bed384030ed39bf7fb2a579a0d6a2b4c1f7417 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-cfn-lint/-/commit/a2bed384030ed39bf7fb2a579a0d6a2b4c1f7417 You're receiving this email because of your account on gitlab.archlinux.org.
