From 634cbcbf4853e043c8e81ace00b8041623da9fa9 Mon Sep 17 00:00:00 2001 From: Emil Tomczyk Date: Wed, 29 Mar 2023 10:40:35 +0200 Subject: [PATCH] tflint: update to 0.45.0, adopt --- srcpkgs/tflint/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/tflint/template b/srcpkgs/tflint/template index 49dd01125312..2c19e08f3add 100644 --- a/srcpkgs/tflint/template +++ b/srcpkgs/tflint/template @@ -1,15 +1,15 @@ # Template file for 'tflint' pkgname=tflint -version=0.22.0 +version=0.45.0 revision=1 build_style=go -go_import_path="github.com/terraform-linters/$pkgname" +go_import_path="github.com/terraform-linters/tflint" short_desc="Terraform linter focused on possible errors, best practices, etc" -maintainer="Sora Morimoto " +maintainer="Emil Tomczyk " license="MPL-2.0" homepage="https://github.com/terraform-linters/tflint" -distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=a67684904b52f53dc0d5cc26c35927323f458507cbc5abee19351736a955912d +distfiles="https://github.com/terraform-linters/tflint/archive/v${version}.tar.gz" +checksum=74d2852d7f20535458bad329c128c189183c8ba1944deed38c4b820798279b6e post_install() { vlicense LICENSE