diff --git a/tflint/tflint.nuspec b/tflint/tflint.nuspec index dbca0436..73aa18da 100644 --- a/tflint/tflint.nuspec +++ b/tflint/tflint.nuspec @@ -3,7 +3,7 @@ tflint - 0.50.1 + 0.50.2 https://github.com/flcdrg/au-packages/tree/master/tflint flcdrg TFLint (Terraform linter) @@ -26,11 +26,14 @@ 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 123f9535..bee46446 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.1/tflint_windows_386.zip' - checksum = 'e5feec12264a9054c80a0ab8a9327e944aece948c60116e9ad5cca7958f36e72' + url = 'https://github.com/terraform-linters/tflint/releases/download/v0.50.2/tflint_windows_386.zip' + checksum = '645e7cbf2276366ffb717d6935f51a56641551f5ff19281336f70cffd981f097' checksumType = 'sha256' # 64-bit - url64bit = 'https://github.com/terraform-linters/tflint/releases/download/v0.50.1/tflint_windows_amd64.zip' - checksum64 = 'cbe3a481e1b10af919624a38a364759f99f15e9993d781267add17bb3a041276' + url64bit = 'https://github.com/terraform-linters/tflint/releases/download/v0.50.2/tflint_windows_amd64.zip' + checksum64 = 'd90735fff73ef5637ef5148f75a42cd644d3b5192a26325d0163707a83c55806' checksumType64 = $checksumType # misc