Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages /
tflint
Commits:
c99d1589 by Andreas Schleifer at 2025-05-04T13:03:52+02:00
upgpkg: 0.57.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = tflint
pkgdesc = A linter for Terraform code
- pkgver = 0.56.0
+ pkgver = 0.57.0
pkgrel = 1
url = https://github.com/terraform-linters/tflint
arch = x86_64
@@ -9,13 +9,13 @@ pkgbase = tflint
makedepends = go
depends = glibc
options = !lto
- source =
tflint-0.56.0::git+https://github.com/terraform-linters/tflint#tag=v0.56.0
+ source =
tflint-0.57.0::git+https://github.com/terraform-linters/tflint#tag=v0.57.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 =
21d7e8936aae2ec5a17abac6ea17185519879b70c353b9e37deb144f1514c1c30fd58810415423e9809d421851d2ca59e885cf90877f26088c9a3c2839b925e3
+ sha512sums =
fdadac0709857e2895cacd2ece349e6416941a93b2d4c462692ee6a80d622997e3a7d1a03b4391741fc4e3c503b2a6d90be90b15b36cbf0c57c1481c90c4ce94
sha512sums = SKIP
sha512sums = SKIP
- b2sums =
facd2d221da1e6debcbace463e72b8de02f4a164d402fd0bbca9e95d9f845c7b428024d356e50a4679135082e324778179a4ed2b3679c1a94ca96b44f9930270
+ b2sums =
808d8c4204b4551ae4961a7547a2e9faa4fb57b0c997a3df18bdd28c6b09036056058d35f7e268e1d191a0e2e697e3484bd8a51d5cbdcf4410a4f8bfff87900d
b2sums = SKIP
b2sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Gabriel M. Dutra <[email protected]>
pkgname=tflint
-pkgver=0.56.0
+pkgver=0.57.0
pkgrel=1
pkgdesc="A linter for Terraform code"
arch=('x86_64')
@@ -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=('21d7e8936aae2ec5a17abac6ea17185519879b70c353b9e37deb144f1514c1c30fd58810415423e9809d421851d2ca59e885cf90877f26088c9a3c2839b925e3'
+sha512sums=('fdadac0709857e2895cacd2ece349e6416941a93b2d4c462692ee6a80d622997e3a7d1a03b4391741fc4e3c503b2a6d90be90b15b36cbf0c57c1481c90c4ce94'
'SKIP'
'SKIP')
-b2sums=('facd2d221da1e6debcbace463e72b8de02f4a164d402fd0bbca9e95d9f845c7b428024d356e50a4679135082e324778179a4ed2b3679c1a94ca96b44f9930270'
+b2sums=('808d8c4204b4551ae4961a7547a2e9faa4fb57b0c997a3df18bdd28c6b09036056058d35f7e268e1d191a0e2e697e3484bd8a51d5cbdcf4410a4f8bfff87900d'
'SKIP'
'SKIP')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tflint/-/commit/c99d1589bf10b07940cf12399e2bc043c71a4cb6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tflint/-/commit/c99d1589bf10b07940cf12399e2bc043c71a4cb6
You're receiving this email because of your account on gitlab.archlinux.org.