Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-cfn-lint
Commits: 1be15617 by Carl Smedstad at 2026-01-03T16:35:18+01:00 upgpkg: 1.43.1-1: Upstream release https://github.com/aws-cloudformation/cfn-lint/releases/tag/v1.43.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-cfn-lint pkgdesc = CloudFormation Linter - pkgver = 1.42.1 - pkgrel = 2 + pkgver = 1.43.1 + pkgrel = 1 url = https://github.com/aws-cloudformation/cfn-lint arch = any license = MIT-0 @@ -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.42.1 - sha256sums = 8cd2d0e1d1fed10156f9f79ebf55b837c44325f7583515e9f1cb48d9a20f790e + source = git+https://github.com/aws-cloudformation/cfn-lint.git#tag=v1.43.1 + b2sums = de0f0a75589f44213986113da9f924343b0400578ff22faccaac1588ca874f25a9a86732d3b64b0ddc560829ca5fd62480080057393a9ad21fb0c0ab95421217 pkgname = python-cfn-lint ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Contributor: Chih-Hsuan Yen <[email protected]> pkgname=python-cfn-lint -pkgver=1.42.1 -pkgrel=2 +pkgver=1.43.1 +pkgrel=1 pkgdesc='CloudFormation Linter' arch=(any) url='https://github.com/aws-cloudformation/cfn-lint' @@ -42,7 +42,7 @@ optdepends=( 'python-sarif-om: for sarif formatter' ) source=("git+$url.git#tag=v$pkgver") -sha256sums=('8cd2d0e1d1fed10156f9f79ebf55b837c44325f7583515e9f1cb48d9a20f790e') +b2sums=('de0f0a75589f44213986113da9f924343b0400578ff22faccaac1588ca874f25a9a86732d3b64b0ddc560829ca5fd62480080057393a9ad21fb0c0ab95421217') build() { cd ${pkgname#python-} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-cfn-lint/-/commit/1be1561772e06b7c4593e4675500f1635f519b0c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-cfn-lint/-/commit/1be1561772e06b7c4593e4675500f1635f519b0c You're receiving this email because of your account on gitlab.archlinux.org.
