Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-cfn-lint
Commits: cee3e8f2 by Carl Smedstad at 2025-06-22T15:34:09+02:00 upgpkg: 1.36.1-1: Upstream release https://github.com/aws-cloudformation/cfn-lint/releases/tag/v1.36.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-cfn-lint pkgdesc = CloudFormation Linter - pkgver = 1.36.0 + pkgver = 1.36.1 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.36.0 - sha256sums = 1be7c1143e6011aa5723e37ffda5b633c1904186fb10aea2e72aaa0032ffb9e4 + source = git+https://github.com/aws-cloudformation/cfn-lint.git#tag=v1.36.1 + sha256sums = ca8cf31a9c68489695d91f5f88a003c574196d4a4359623c06efd3d197b81795 pkgname = python-cfn-lint ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Chih-Hsuan Yen <[email protected]> pkgname=python-cfn-lint -pkgver=1.36.0 +pkgver=1.36.1 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=('1be7c1143e6011aa5723e37ffda5b633c1904186fb10aea2e72aaa0032ffb9e4') +sha256sums=('ca8cf31a9c68489695d91f5f88a003c574196d4a4359623c06efd3d197b81795') build() { cd ${pkgname#python-} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-cfn-lint/-/commit/cee3e8f2727e322ceb477b2818355cc32f691a42 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-cfn-lint/-/commit/cee3e8f2727e322ceb477b2818355cc32f691a42 You're receiving this email because of your account on gitlab.archlinux.org.
