ScoopInstaller_Main/bucket/terraform-ls.json
2023-10-12 16:27:38 +00:00

35 lines
1.4 KiB
JSON

{
"version": "0.32.2",
"description": "Terraform Language Server",
"homepage": "https://github.com/hashicorp/terraform-ls",
"license": "MPL-2.0",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/terraform-ls/0.32.2/terraform-ls_0.32.2_windows_amd64.zip",
"hash": "9e641ec0de5f40f246778e640d86d3f9f2cb86182726959114b3ef86397a3355"
},
"arm64": {
"url": "https://releases.hashicorp.com/terraform-ls/0.32.2/terraform-ls_0.32.2_windows_arm64.zip",
"hash": "f7c0f98ffc5f29016ca09a87b93353d6847073c4c6b8dee3d0687d89ee45ab85"
}
},
"bin": "terraform-ls.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/terraform-ls/$version/terraform-ls_$version_windows_amd64.zip",
"hash": {
"url": "https://releases.hashicorp.com/terraform-ls/$version/terraform-ls_$version_SHA256SUMS"
}
},
"arm64": {
"url": "https://releases.hashicorp.com/terraform-ls/$version/terraform-ls_$version_windows_arm64.zip",
"hash": {
"url": "https://releases.hashicorp.com/terraform-ls/$version/terraform-ls_$version_SHA256SUMS"
}
}
}
}
}