ScoopInstaller_Main/bucket/terraform-ls.json
2024-07-15 16:28:45 +00:00

35 lines
1.4 KiB
JSON

{
"version": "0.34.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.34.0/terraform-ls_0.34.0_windows_amd64.zip",
"hash": "bf327302fd0a2dd94b7c2e3e276ad2ccbfcbf5a3e5382db1118eddf5e21a4a80"
},
"arm64": {
"url": "https://releases.hashicorp.com/terraform-ls/0.34.0/terraform-ls_0.34.0_windows_arm64.zip",
"hash": "c9f06dbb764ffe1fdcae9f8f2949015ef23b2fa67815a6e4b22e246dbb20c0e8"
}
},
"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"
}
}
}
}
}