From 0cf59685e05539158e9aa3fcd7c75f3cb22f16d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 6 Jun 2020 21:43:29 +0200 Subject: [PATCH] tflint: Update to version 0.16.2 --- bucket/tflint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/tflint.json b/bucket/tflint.json index ca764473b0..2dbe8aecbe 100644 --- a/bucket/tflint.json +++ b/bucket/tflint.json @@ -2,15 +2,15 @@ "homepage": "https://github.com/terraform-linters/tflint", "description": "A Terraform linter focused on possible errors, best practices, etc.", "license": "MPL-2.0", - "version": "0.16.1", + "version": "0.16.2", "architecture": { "64bit": { - "url": "https://github.com/terraform-linters/tflint/releases/download/v0.16.1/tflint_windows_amd64.zip", - "hash": "8e7dd5df9ad65b7d5e5a7c3cb85b1fb1fa220a7b4584b80ddc2e02ad88e733ae" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.16.2/tflint_windows_amd64.zip", + "hash": "5cf61c96523c826d1e9bd470eb4215a0a2e876885450fcafdfcaf95ca41fedfd" }, "32bit": { - "url": "https://github.com/terraform-linters/tflint/releases/download/v0.16.1/tflint_windows_386.zip", - "hash": "a3f5f6b557583a2d7e17ef490ab85c5f56efb253bea1ed44289307bd5c69b5cc" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.16.2/tflint_windows_386.zip", + "hash": "bacf870b68c2a336ca404e637758addc4e2f38a2ee93c8e94f29124e4a405d3d" } }, "bin": "tflint.exe",