Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages /
python-cfn-lint
Commits:
63220c6f by Chih-Hsuan Yen at 2024-08-09T21:37:46+08:00
upgpkg: 1.9.6-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-cfn-lint
pkgdesc = CloudFormation Linter
- pkgver = 1.9.3
+ pkgver = 1.9.6
pkgrel = 1
url = https://github.com/aws-cloudformation/cfn-lint
arch = any
@@ -28,7 +28,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.9.3
- sha256sums =
d7cb12968cb66cfe533b5d1a52b029fec625cdf559ff29c8d568a94ffaa88a13
+ source =
git+https://github.com/aws-cloudformation/cfn-lint.git#tag=v1.9.6
+ sha256sums =
7e3e1e67c7bf025416c1e265afeeae38b25aa2ba5da84c63d505ee4127293fc1
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.9.3
+pkgver=1.9.6
pkgrel=1
pkgdesc='CloudFormation Linter'
arch=(any)
@@ -24,7 +24,7 @@ optdepends=(
'python-sarif-om: for sarif formatter'
)
source=("git+https://github.com/aws-cloudformation/cfn-lint.git#tag=v$pkgver")
-sha256sums=('d7cb12968cb66cfe533b5d1a52b029fec625cdf559ff29c8d568a94ffaa88a13')
+sha256sums=('7e3e1e67c7bf025416c1e265afeeae38b25aa2ba5da84c63d505ee4127293fc1')
build() {
cd cfn-lint
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cfn-lint/-/commit/63220c6f3b82470f5f957e5a61b54ea8bd481bef
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cfn-lint/-/commit/63220c6f3b82470f5f957e5a61b54ea8bd481bef
You're receiving this email because of your account on gitlab.archlinux.org.