ScoopInstaller_Main/bucket/terraform-ls.json
2024-07-22 12:32:15 +00:00

35 lines
1.4 KiB
JSON

{
"version": "0.34.1",
"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.34.1/terraform-ls_0.34.1_windows_amd64.zip",
"hash": "3424a520e6d7346b08b8d9ef182b292ecb848b1ed641cee643bd8db8b5cb82d7"
},
"arm64": {
"url": "https://releases.hashicorp.com/terraform-ls/0.34.1/terraform-ls_0.34.1_windows_arm64.zip",
"hash": "fc4e3c0b151ab927206f07612a0dd3a6358f1dd6cb26e4e2477b4ba859400e32"
}
},
"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"
}
}
}
}
}