tflint: Update to version 0.32.0

This commit is contained in:
Jakub Čábera 2021-09-11 11:34:48 -07:00
parent c8af308aa2
commit 8a72081666
2 changed files with 6 additions and 6 deletions

View File

@ -16,7 +16,7 @@
"bin": "IEDriverServer.exe",
"checkver": {
"url": "https://selenium.dev/downloads/",
"regex": "IEDriverServer_x64_\\.([\\d.]+)\\.zip"
"regex": "IEDriverServer_x64_([\\d.]+)\\.zip"
},
"autoupdate": {
"architecture": {

View File

@ -1,16 +1,16 @@
{
"version": "0.31.0",
"version": "0.32.0",
"description": "A Terraform linter focused on possible errors, best practices, etc.",
"homepage": "https://github.com/terraform-linters/tflint",
"license": "MPL-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.31.0/tflint_windows_amd64.zip",
"hash": "db6434c2b6b99a8795cb51e1a4f412592cdc0da86c287503c920427f2d085e69"
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.32.0/tflint_windows_amd64.zip",
"hash": "9b1303a5005a950814493277a9921afcb4ff896c5902fc3912dc6a04992fce1e"
},
"32bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.31.0/tflint_windows_386.zip",
"hash": "a89f51a94874d621b059d63bc9639d3122f1dbf8abb085e1a99ce0f45dd2e0bf"
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.32.0/tflint_windows_386.zip",
"hash": "f2848f59d05d1797c8a9e7e4bf9f39cb8565ec2d96c639d81ea5d9fd09ef4156"
}
},
"bin": "tflint.exe",