Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages /
python-cfn-lint
Commits:
620633ca by Chih-Hsuan Yen at 2024-11-04T21:50:11+08:00
upgpkg: 1.18.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-cfn-lint
pkgdesc = CloudFormation Linter
- pkgver = 1.11.1
+ pkgver = 1.18.3
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.11.1
- sha256sums =
9e472db4b4602eb61baa3ef434fafa9881c91ea20703007997d6c4ee232f4716
+ source =
git+https://github.com/aws-cloudformation/cfn-lint.git#tag=v1.18.3
+ sha256sums =
20357f90ac9372b936430a9910469a766f249367fefb5c1582a4ec926e50ac30
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.11.1
+pkgver=1.18.3
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=('9e472db4b4602eb61baa3ef434fafa9881c91ea20703007997d6c4ee232f4716')
+sha256sums=('20357f90ac9372b936430a9910469a766f249367fefb5c1582a4ec926e50ac30')
build() {
cd cfn-lint
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cfn-lint/-/commit/620633ca2ab15d2a7446f7a2e52a6951df48d667
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cfn-lint/-/commit/620633ca2ab15d2a7446f7a2e52a6951df48d667
You're receiving this email because of your account on gitlab.archlinux.org.