diff --git a/tflint/tflint.nuspec b/tflint/tflint.nuspec index dfd4a08e..7937874b 100644 --- a/tflint/tflint.nuspec +++ b/tflint/tflint.nuspec @@ -3,7 +3,7 @@ tflint - 0.48.0 + 0.49.0 https://github.com/flcdrg/au-packages/tree/master/tflint flcdrg TFLint (Terraform linter) @@ -26,42 +26,56 @@ 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 058327da..397b1c8e 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.48.0/tflint_windows_386.zip' - checksum = 'ccbd7bd639b38ca0ee9e93792d97bad352c194f77d2d580c702730c2574c66a9' + url = 'https://github.com/terraform-linters/tflint/releases/download/v0.49.0/tflint_windows_386.zip' + checksum = 'cb64f78afca67b3a567a0bc39942b22597d0d39003415ead9f2fbe329ce50619' checksumType = 'sha256' # 64-bit - url64bit = 'https://github.com/terraform-linters/tflint/releases/download/v0.48.0/tflint_windows_amd64.zip' - checksum64 = '1efab7ea19e8adb73cae770e5edabae44a5cebd63baf203a5d3270948db55648' + url64bit = 'https://github.com/terraform-linters/tflint/releases/download/v0.49.0/tflint_windows_amd64.zip' + checksum64 = '215b2f3658c1e272a6675a13593c874439bdf20d6dc1ff3d02ce446e3ce8782d' checksumType64 = $checksumType # misc