ScoopInstaller_Main/bucket/terraform-ls.json
2024-04-10 13:11:42 +00:00

35 lines
1.4 KiB
JSON

{
"version": "0.33.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.33.0/terraform-ls_0.33.0_windows_amd64.zip",
"hash": "4e187fa0d4a9e11cf49a2dd62fd9a2503b379021f9038e09369f9c3092d10650"
},
"arm64": {
"url": "https://releases.hashicorp.com/terraform-ls/0.33.0/terraform-ls_0.33.0_windows_arm64.zip",
"hash": "e0d0059a453eaac67e3a7f4fc5dc8034f91e1eff2d69d1e91165a79d1e887d72"
}
},
"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"
}
}
}
}
}