Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages /
tflint
Commits:
6b28bb4d by Andreas Schleifer at 2024-11-11T13:57:01+01:00
upgpkg: 0.54.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = tflint
pkgdesc = A linter for Terraform code
- pkgver = 0.53.0
- pkgrel = 3
+ pkgver = 0.54.0
+ pkgrel = 1
url = https://github.com/terraform-linters/tflint
arch = x86_64
license = MPL-2.0
@@ -9,13 +9,13 @@ pkgbase = tflint
makedepends = go
depends = glibc
options = !lto
- source =
tflint-0.53.0::git+https://github.com/terraform-linters/tflint#tag=v0.53.0
+ source =
tflint-0.54.0::git+https://github.com/terraform-linters/tflint#tag=v0.54.0
source = git+https://github.com/hashicorp/terraform-aws-consul.git
source =
git+https://github.com/terraform-aws-modules/terraform-aws-ec2-instance.git
- sha512sums =
31fb5aea8df201958aac85fa4d6660f51fa514a2d1580b7ffd13cc0d22292d60247e0ebe5c02a3e1baf46ad65ce7a6c0057a92d292114b5cbcba17f12d433751
+ sha512sums =
315087e0b2fbc7bf608a1c8a71f910134dfafebfa6e1de24cf4acbeea85997467282d88d19eb1f18240ba1b992ef032ce8153a58ea12c4e1b7fdd3264394f656
sha512sums = SKIP
sha512sums = SKIP
- b2sums =
397d82dcada9cfca2faf037da2b1f84ec4b92c73cdc0a36eaf93ec72701e3a053f7d1a513f34ab19614860b36e6b27fe9785491764c3a605f41fbf0688c75cef
+ b2sums =
3d8717d363e119ab26e180aa7fc605c195760e5c89f1166db6779cccd99bd81f942bd665e3ff0f1d5dc161bcac82ebe51c2922a490e1c2d24ba0935598df47dd
b2sums = SKIP
b2sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Gabriel M. Dutra <[email protected]>
pkgname=tflint
-pkgver=0.53.0
-pkgrel=3
+pkgver=0.54.0
+pkgrel=1
pkgdesc="A linter for Terraform code"
arch=('x86_64')
url="https://github.com/terraform-linters/tflint"
@@ -21,10 +21,10 @@ source=(
"git+https://github.com/hashicorp/terraform-aws-consul.git"
"git+https://github.com/terraform-aws-modules/terraform-aws-ec2-instance.git"
)
-sha512sums=('31fb5aea8df201958aac85fa4d6660f51fa514a2d1580b7ffd13cc0d22292d60247e0ebe5c02a3e1baf46ad65ce7a6c0057a92d292114b5cbcba17f12d433751'
+sha512sums=('315087e0b2fbc7bf608a1c8a71f910134dfafebfa6e1de24cf4acbeea85997467282d88d19eb1f18240ba1b992ef032ce8153a58ea12c4e1b7fdd3264394f656'
'SKIP'
'SKIP')
-b2sums=('397d82dcada9cfca2faf037da2b1f84ec4b92c73cdc0a36eaf93ec72701e3a053f7d1a513f34ab19614860b36e6b27fe9785491764c3a605f41fbf0688c75cef'
+b2sums=('3d8717d363e119ab26e180aa7fc605c195760e5c89f1166db6779cccd99bd81f942bd665e3ff0f1d5dc161bcac82ebe51c2922a490e1c2d24ba0935598df47dd'
'SKIP'
'SKIP')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tflint/-/commit/6b28bb4db02e680a7848079fbe2a0e5ebf264e48
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tflint/-/commit/6b28bb4db02e680a7848079fbe2a0e5ebf264e48
You're receiving this email because of your account on gitlab.archlinux.org.