View | Details | Raw Unified | Return to bug 266407
Collapse All | Expand All

(-)b/sysutils/tflint/Makefile (-2 / +1 lines)
Lines 1-7 Link Here
1
PORTNAME=	tflint
1
PORTNAME=	tflint
2
DISTVERSIONPREFIX=	v
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	0.38.1
3
DISTVERSION=	0.40.0
4
PORTREVISION=	3
5
CATEGORIES=	sysutils
4
CATEGORIES=	sysutils
6
5
7
MAINTAINER=	0xdutra@gmail.com
6
MAINTAINER=	0xdutra@gmail.com
(-)b/sysutils/tflint/distinfo (-5 / +5 lines)
Lines 1-5 Link Here
1
TIMESTAMP = 1656038360
1
TIMESTAMP = 1663115351
2
SHA256 (go/sysutils_tflint/tflint-v0.38.1/v0.38.1.mod) = c64e23afb2019fba3400da772fb5ca004395657901a4402b12b435ab26462ed1
2
SHA256 (go/sysutils_tflint/tflint-v0.40.0/v0.40.0.mod) = aad4d1c4e5bc671b7b70ff20d45826c677540c2bc9848e47aba0e638b420c44e
3
SIZE (go/sysutils_tflint/tflint-v0.38.1/v0.38.1.mod) = 3814
3
SIZE (go/sysutils_tflint/tflint-v0.40.0/v0.40.0.mod) = 3831
4
SHA256 (go/sysutils_tflint/tflint-v0.38.1/v0.38.1.zip) = 523bd6fc758fbd1d517d846190d4a5918dc11e96bf2ccd107e0932dbd52348bb
4
SHA256 (go/sysutils_tflint/tflint-v0.40.0/v0.40.0.zip) = 0bfae52760cc37334e5b3fb03cb37fe63d4556d438dd180d33d9108ec4a0524a
5
SIZE (go/sysutils_tflint/tflint-v0.38.1/v0.38.1.zip) = 1601084
5
SIZE (go/sysutils_tflint/tflint-v0.40.0/v0.40.0.zip) = 1456369
(-)b/sysutils/tflint/pkg-descr (+5 lines)
Line 1 Link Here
1
A Pluggable Terraform Linter
1
A Pluggable Terraform Linter
2
3
Features
4
 - Find possible errors
5
 - Warn about deprecated syntax, unused declarations
6
 - Enforce best practices, naming conventions

Return to bug 266407