ScoopInstaller_Main/bucket/terraform-ls.json
2025-08-28 08:30:09 +00:00

35 lines
1.4 KiB
JSON

{
"version": "0.37.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.37.0/terraform-ls_0.37.0_windows_amd64.zip",
"hash": "4a713ad1db4f81a973e15dfb7aa72108820f232623ecda733d93b62a36c65648"
},
"arm64": {
"url": "https://releases.hashicorp.com/terraform-ls/0.37.0/terraform-ls_0.37.0_windows_arm64.zip",
"hash": "4d2c6e004c197a8c3213e9b990215132d7baf2b1bb4498e11c1e188cee188179"
}
},
"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"
}
}
}
}
}