Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages / tflint
Commits: 9c9ecdb8 by Andreas Schleifer at 2025-02-24T20:44:07+01:00 upgpkg: 0.55.1-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = tflint pkgdesc = A linter for Terraform code - pkgver = 0.55.0 + pkgver = 0.55.1 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.55.0::git+https://github.com/terraform-linters/tflint#tag=v0.55.0 + source = tflint-0.55.1::git+https://github.com/terraform-linters/tflint#tag=v0.55.1 source = git+https://github.com/hashicorp/terraform-aws-consul.git source = git+https://github.com/terraform-aws-modules/terraform-aws-ec2-instance.git - sha512sums = e4136af5fdeca8324d00ad90f10cf24ebf97dae7464a840dd551f67cf61490b7adf7960b5fa1e3f6fff34a77dc41a93566aef922b914dcde6b921e7617c3046b + sha512sums = 342a7fa5f2d01ad7b1fc4645d41c2bdcfc348012f0f2cda0a76b9add1cab825d79fe34c507c97602114276e6e3130a0d875340a1673d767bc9faf38eda0353e6 sha512sums = SKIP sha512sums = SKIP - b2sums = d1c6d35e3cc41f6117132699c57b335a801ef90f814f8b98ace3230a3896e392c105acb83fda6f745cccb6405b08a703dafa4510607b753e4d231f7740d4dd3f + b2sums = bd50a2db9f89cc8789567f6eb49cc4321a3432ad0f3fd57ea2771decf5dcb81a891fc08d615145fd640eeefee9c273e23c4b4cdca588303a488bee9ee4c66fdf b2sums = SKIP b2sums = SKIP ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Gabriel M. Dutra <nulldu...@proton.me> pkgname=tflint -pkgver=0.55.0 +pkgver=0.55.1 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=('e4136af5fdeca8324d00ad90f10cf24ebf97dae7464a840dd551f67cf61490b7adf7960b5fa1e3f6fff34a77dc41a93566aef922b914dcde6b921e7617c3046b' +sha512sums=('342a7fa5f2d01ad7b1fc4645d41c2bdcfc348012f0f2cda0a76b9add1cab825d79fe34c507c97602114276e6e3130a0d875340a1673d767bc9faf38eda0353e6' 'SKIP' 'SKIP') -b2sums=('d1c6d35e3cc41f6117132699c57b335a801ef90f814f8b98ace3230a3896e392c105acb83fda6f745cccb6405b08a703dafa4510607b753e4d231f7740d4dd3f' +b2sums=('bd50a2db9f89cc8789567f6eb49cc4321a3432ad0f3fd57ea2771decf5dcb81a891fc08d615145fd640eeefee9c273e23c4b4cdca588303a488bee9ee4c66fdf' 'SKIP' 'SKIP') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tflint/-/commit/9c9ecdb8039cf45a3db6907dc0482ce5306a1b72 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tflint/-/commit/9c9ecdb8039cf45a3db6907dc0482ce5306a1b72 You're receiving this email because of your account on gitlab.archlinux.org.