ScoopInstaller_Main/bucket/terraform-ls.json
2024-11-15 20:28:26 +00:00

35 lines
1.4 KiB
JSON

{
"version": "0.36.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.36.0/terraform-ls_0.36.0_windows_amd64.zip",
"hash": "53f88c80cc92d34bdce6119c13cd1a53a5dc92427c633220e7c381d2b828c689"
},
"arm64": {
"url": "https://releases.hashicorp.com/terraform-ls/0.36.0/terraform-ls_0.36.0_windows_arm64.zip",
"hash": "dec8a28b51464862068548eb582b0ec9cf678212d0c3d1a6a9aef3024b1be51e"
}
},
"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"
}
}
}
}
}