From 5eb1ef6183322a82e41040e0ad57d655b692d320 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 26 Apr 2020 20:02:05 +0200 Subject: [PATCH] tflint: Update to version 0.15.5 --- bucket/tflint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/tflint.json b/bucket/tflint.json index f69225e33f..a7dfd6bdb7 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.15.4", + "version": "0.15.5", "architecture": { "64bit": { - "url": "https://github.com/terraform-linters/tflint/releases/download/v0.15.4/tflint_windows_amd64.zip", - "hash": "e906497fde7a17bc9a917fd6dd2e3ca8b7c81d3e0096ba17ed90858330ed3fc4" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.15.5/tflint_windows_amd64.zip", + "hash": "f19e4ef0206aa7edbb125ad33d03089c1000e2493ea7190f5a43590ae917c327" }, "32bit": { - "url": "https://github.com/terraform-linters/tflint/releases/download/v0.15.4/tflint_windows_386.zip", - "hash": "1a8eb97f0b768b9497f2e38520021ae752e167e5b97ce043553cb593d1fbbdb0" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.15.5/tflint_windows_386.zip", + "hash": "04b2728e2794a0c56ad858212bc88eba7c84d61fb6bd6c2109f41a94e113947a" } }, "bin": "tflint.exe",