ScoopInstaller_Main/bucket/terraform-ls.json
2024-12-11 16:30:53 +00:00

35 lines
1.4 KiB
JSON

{
"version": "0.36.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.36.1/terraform-ls_0.36.1_windows_amd64.zip",
"hash": "f9aaa70a2a9dda58733fedceda796d76daf294cf108b5eefff3fba13524c70fe"
},
"arm64": {
"url": "https://releases.hashicorp.com/terraform-ls/0.36.1/terraform-ls_0.36.1_windows_arm64.zip",
"hash": "e4ecffe04f1cffb831365486d5a1bc33c16db05d2bfaae4d8d05c1068afa189e"
}
},
"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"
}
}
}
}
}