ScoopInstaller_Main/bucket/terraform-ls.json
2025-09-19 12:31:58 +00:00

35 lines
1.4 KiB
JSON

{
"version": "0.38.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.38.0/terraform-ls_0.38.0_windows_amd64.zip",
"hash": "10be0e9287fbe0bd1a3ccf8b3ed858277e16c5e819b350c9213bbd8db7aeb884"
},
"arm64": {
"url": "https://releases.hashicorp.com/terraform-ls/0.38.0/terraform-ls_0.38.0_windows_arm64.zip",
"hash": "a079fcd363f23d5cf8cd8a9a570978458c1dd1cb917ae6cb6ff3d6eae037e9f9"
}
},
"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"
}
}
}
}
}