ScoopInstaller_Main/bucket/terraform-ls.json
2023-08-01 16:27:02 +00:00

35 lines
1.4 KiB
JSON

{
"version": "0.31.4",
"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.31.4/terraform-ls_0.31.4_windows_amd64.zip",
"hash": "4a9a2074e862cdba55080e6bede841cd4b66b1d79f5094603e559efcf93f055f"
},
"arm64": {
"url": "https://releases.hashicorp.com/terraform-ls/0.31.4/terraform-ls_0.31.4_windows_arm64.zip",
"hash": "e78281afbb8fd7874d55378eafdd539e7d27f448020c9d0a3341d14f188d599a"
}
},
"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"
}
}
}
}
}