ScoopInstaller_Main/bucket/terraform-ls.json
2024-06-06 08:30:25 +00:00

35 lines
1.4 KiB
JSON

{
"version": "0.33.2",
"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.2/terraform-ls_0.33.2_windows_amd64.zip",
"hash": "7b6b94813cc27060e6bd5fc23c1c89abc8a9e720b66d2b0e5b415ce34a91f318"
},
"arm64": {
"url": "https://releases.hashicorp.com/terraform-ls/0.33.2/terraform-ls_0.33.2_windows_arm64.zip",
"hash": "29d8b91b7db654a08ceca7712c2e758d5c4a69cc7050397632ce76a582cba1f3"
}
},
"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"
}
}
}
}
}