mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
tflint: update to 0.45.0, adopt
This commit is contained in:
parent
bfcdcc9f63
commit
04064a4ccb
1 changed files with 5 additions and 5 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'tflint'
|
# Template file for 'tflint'
|
||||||
pkgname=tflint
|
pkgname=tflint
|
||||||
version=0.22.0
|
version=0.45.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
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"
|
short_desc="Terraform linter focused on possible errors, best practices, etc"
|
||||||
maintainer="Sora Morimoto <sora@morimoto.io>"
|
maintainer="Emil Tomczyk <emil.tomczyk@skni.umcs.pl>"
|
||||||
license="MPL-2.0"
|
license="MPL-2.0"
|
||||||
homepage="https://github.com/terraform-linters/tflint"
|
homepage="https://github.com/terraform-linters/tflint"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/terraform-linters/tflint/archive/v${version}.tar.gz"
|
||||||
checksum=a67684904b52f53dc0d5cc26c35927323f458507cbc5abee19351736a955912d
|
checksum=74d2852d7f20535458bad329c128c189183c8ba1944deed38c4b820798279b6e
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue