ScoopInstaller_Main/bucket/terraform-ls.json
2024-07-30 00:33:53 +00:00

35 lines
1.4 KiB
JSON

{
"version": "0.34.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.34.2/terraform-ls_0.34.2_windows_amd64.zip",
"hash": "02d2e8e6e6070dc7e4f6a1e5388cea25846fc1e09582f95efc2be87ca466656c"
},
"arm64": {
"url": "https://releases.hashicorp.com/terraform-ls/0.34.2/terraform-ls_0.34.2_windows_arm64.zip",
"hash": "6b04cc3dd32b272f012785670a2d6d94bc8416061908c40a0b48bf8b8362e654"
}
},
"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"
}
}
}
}
}