git: b31ba921efec - main - sysutils/tflint: Update to 0.40.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 14 Sep 2022 15:19:57 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=b31ba921efec4f87ff6aded6e66cc4e5aa8768ca commit b31ba921efec4f87ff6aded6e66cc4e5aa8768ca Author: Gabriel M. Dutra <0xdutra@gmail.com> AuthorDate: 2022-09-14 06:05:49 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-09-14 15:16:25 +0000 sysutils/tflint: Update to 0.40.0 ChangeLog: https://github.com/terraform-linters/tflint/releases/tag/v0.40.0 PR: 266407 Reported by: 0xdutra@gmail.com (maintainer) --- sysutils/tflint/Makefile | 3 +-- sysutils/tflint/distinfo | 10 +++++----- sysutils/tflint/pkg-descr | 5 +++++ 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/sysutils/tflint/Makefile b/sysutils/tflint/Makefile index c0fa23b97acb..b4f6b5369507 100644 --- a/sysutils/tflint/Makefile +++ b/sysutils/tflint/Makefile @@ -1,7 +1,6 @@ PORTNAME= tflint DISTVERSIONPREFIX= v -DISTVERSION= 0.38.1 -PORTREVISION= 3 +DISTVERSION= 0.40.0 CATEGORIES= sysutils MAINTAINER= 0xdutra@gmail.com diff --git a/sysutils/tflint/distinfo b/sysutils/tflint/distinfo index 1f3559ad119a..1980979f8eeb 100644 --- a/sysutils/tflint/distinfo +++ b/sysutils/tflint/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1656038360 -SHA256 (go/sysutils_tflint/tflint-v0.38.1/v0.38.1.mod) = c64e23afb2019fba3400da772fb5ca004395657901a4402b12b435ab26462ed1 -SIZE (go/sysutils_tflint/tflint-v0.38.1/v0.38.1.mod) = 3814 -SHA256 (go/sysutils_tflint/tflint-v0.38.1/v0.38.1.zip) = 523bd6fc758fbd1d517d846190d4a5918dc11e96bf2ccd107e0932dbd52348bb -SIZE (go/sysutils_tflint/tflint-v0.38.1/v0.38.1.zip) = 1601084 +TIMESTAMP = 1663115351 +SHA256 (go/sysutils_tflint/tflint-v0.40.0/v0.40.0.mod) = aad4d1c4e5bc671b7b70ff20d45826c677540c2bc9848e47aba0e638b420c44e +SIZE (go/sysutils_tflint/tflint-v0.40.0/v0.40.0.mod) = 3831 +SHA256 (go/sysutils_tflint/tflint-v0.40.0/v0.40.0.zip) = 0bfae52760cc37334e5b3fb03cb37fe63d4556d438dd180d33d9108ec4a0524a +SIZE (go/sysutils_tflint/tflint-v0.40.0/v0.40.0.zip) = 1456369 diff --git a/sysutils/tflint/pkg-descr b/sysutils/tflint/pkg-descr index 4b2f35aeed80..e665521c91fc 100644 --- a/sysutils/tflint/pkg-descr +++ b/sysutils/tflint/pkg-descr @@ -1 +1,6 @@ A Pluggable Terraform Linter + +Features + - Find possible errors + - Warn about deprecated syntax, unused declarations + - Enforce best practices, naming conventions