mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
35 lines
1.4 KiB
JSON
35 lines
1.4 KiB
JSON
{
|
|
"version": "0.36.5",
|
|
"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.5/terraform-ls_0.36.5_windows_amd64.zip",
|
|
"hash": "a9223462cac9e1c0e6ba33043fbf9fb4483609b6970b5681a6306b04366698ec"
|
|
},
|
|
"arm64": {
|
|
"url": "https://releases.hashicorp.com/terraform-ls/0.36.5/terraform-ls_0.36.5_windows_arm64.zip",
|
|
"hash": "1ecbe47e56e95d583feb0f3b01fbdd459397276264fd539f27fa4aebcf4478b0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|