ScoopInstaller_Main/bucket/terraform-ls.json
2024-04-22 16:27:29 +00:00

35 lines
1.4 KiB
JSON

{
"version": "0.33.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.33.1/terraform-ls_0.33.1_windows_amd64.zip",
"hash": "40733d8e38b0196180c39f5f85e9f5d04f41e99f4f62f50d967d4a77f51a85d2"
},
"arm64": {
"url": "https://releases.hashicorp.com/terraform-ls/0.33.1/terraform-ls_0.33.1_windows_arm64.zip",
"hash": "27920f297e091051668ee3cad3125408e3117608bb6287bfdc2068b7967ba7cd"
}
},
"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"
}
}
}
}
}