Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages /
python-cfn-lint
Commits:
7eea7f72 by Chih-Hsuan Yen at 2024-09-01T12:42:07+08:00
upgpkg: 1.11.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-cfn-lint
pkgdesc = CloudFormation Linter
- pkgver = 1.10.3
+ pkgver = 1.11.1
pkgrel = 1
url = https://github.com/aws-cloudformation/cfn-lint
arch = any
@@ -29,7 +29,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.10.3
- sha256sums =
efe51071afd1a580b2537e0a6ebaf0c238bbe1aeec06af6b1e60114f9a11e805
+ source =
git+https://github.com/aws-cloudformation/cfn-lint.git#tag=v1.11.1
+ sha256sums =
9e472db4b4602eb61baa3ef434fafa9881c91ea20703007997d6c4ee232f4716
pkgname = python-cfn-lint
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=python-cfn-lint
# https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md
-pkgver=1.10.3
+pkgver=1.11.1
pkgrel=1
pkgdesc='CloudFormation Linter'
arch=(any)
@@ -26,7 +26,7 @@ optdepends=(
'python-sarif-om: for sarif formatter'
)
source=("git+https://github.com/aws-cloudformation/cfn-lint.git#tag=v$pkgver")
-sha256sums=('efe51071afd1a580b2537e0a6ebaf0c238bbe1aeec06af6b1e60114f9a11e805')
+sha256sums=('9e472db4b4602eb61baa3ef434fafa9881c91ea20703007997d6c4ee232f4716')
build() {
cd cfn-lint
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cfn-lint/-/commit/7eea7f72e03ce461567652e138a93b10d5de25b3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cfn-lint/-/commit/7eea7f72e03ce461567652e138a93b10d5de25b3
You're receiving this email because of your account on gitlab.archlinux.org.