From 3082c1da9b24934d8c895baee475e36816bd6761 Mon Sep 17 00:00:00 2001 From: flcdrg Date: Tue, 9 Jan 2024 00:05:17 +0000 Subject: [PATCH] AU: 1 updated - tflint [skip ci] https://gist.github.com/flcdrg/7d00c69c2cde8309a8594abaa897a9a6/6b119394c5e710da81ad542921e782389bf01b66 --- tflint/tflint.nuspec | 36 +++--------------------------- tflint/tools/chocolateyinstall.ps1 | 8 +++---- 2 files changed, 7 insertions(+), 37 deletions(-) diff --git a/tflint/tflint.nuspec b/tflint/tflint.nuspec index a04dd72b..dbca0436 100644 --- a/tflint/tflint.nuspec +++ b/tflint/tflint.nuspec @@ -3,7 +3,7 @@ tflint - 0.50.0 + 0.50.1 https://github.com/flcdrg/au-packages/tree/master/tflint flcdrg TFLint (Terraform linter) @@ -26,41 +26,11 @@ TFLint is a framework and each feature is provided by plugins, the key features - Enforce best practices, naming conventions. diff --git a/tflint/tools/chocolateyinstall.ps1 b/tflint/tools/chocolateyinstall.ps1 index 578e8832..123f9535 100644 --- a/tflint/tools/chocolateyinstall.ps1 +++ b/tflint/tools/chocolateyinstall.ps1 @@ -5,13 +5,13 @@ $packageArgs = @{ packageName = 'tflint' # 32-bit - url = 'https://github.com/terraform-linters/tflint/releases/download/v0.50.0/tflint_windows_386.zip' - checksum = '31dc12e5aafc1f34e378a96cd697f324cf912467d7effdcbc059eedefac2fe86' + url = 'https://github.com/terraform-linters/tflint/releases/download/v0.50.1/tflint_windows_386.zip' + checksum = 'e5feec12264a9054c80a0ab8a9327e944aece948c60116e9ad5cca7958f36e72' checksumType = 'sha256' # 64-bit - url64bit = 'https://github.com/terraform-linters/tflint/releases/download/v0.50.0/tflint_windows_amd64.zip' - checksum64 = '8ddc65037db0d9bbb5778ba4a5b6751c24460a9e8c8d5da653f73dce80ba87e8' + url64bit = 'https://github.com/terraform-linters/tflint/releases/download/v0.50.1/tflint_windows_amd64.zip' + checksum64 = 'cbe3a481e1b10af919624a38a364759f99f15e9993d781267add17bb3a041276' checksumType64 = $checksumType # misc