ScoopInstaller_Main/bucket/terraform-ls.json
2023-10-04 08:27:29 +00:00

35 lines
1.4 KiB
JSON

{
"version": "0.32.0",
"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.0/terraform-ls_0.32.0_windows_amd64.zip",
"hash": "e29c2fbd73684ff1d45afcc5aeb7af31f51273c028b2fd2a8d0c8b77047f8bfd"
},
"arm64": {
"url": "https://releases.hashicorp.com/terraform-ls/0.32.0/terraform-ls_0.32.0_windows_arm64.zip",
"hash": "793b426e9ea3dfe0987f030b5042fff89856898cdd77fdab5a8d7267f031c266"
}
},
"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"
}
}
}
}
}