ScoopInstaller_Main/bucket/terraform-ls.json
2023-10-06 16:28:03 +00:00

35 lines
1.4 KiB
JSON

{
"version": "0.32.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.32.1/terraform-ls_0.32.1_windows_amd64.zip",
"hash": "3c9ebf78b975c7b23692e18098f0b18a7d08ab0c1eb55e72721982c024477f28"
},
"arm64": {
"url": "https://releases.hashicorp.com/terraform-ls/0.32.1/terraform-ls_0.32.1_windows_arm64.zip",
"hash": "6d90df8aae830b398d8c4b11655e7a73e4c1553773e08168002bb7a0706ba794"
}
},
"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"
}
}
}
}
}