ScoopInstaller_Main/bucket/terraform-ls.json
2024-06-27 20:26:37 +00:00

35 lines
1.4 KiB
JSON

{
"version": "0.33.3",
"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.3/terraform-ls_0.33.3_windows_amd64.zip",
"hash": "084b5e08140bff976fea8af0838982d89e846657b5d2c90c442079b83f36334a"
},
"arm64": {
"url": "https://releases.hashicorp.com/terraform-ls/0.33.3/terraform-ls_0.33.3_windows_arm64.zip",
"hash": "64ae5db3bf175102e1e6d962ee9549cb91f70032038bcb63d7bfe877b7962f4b"
}
},
"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"
}
}
}
}
}