mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-07 16:01:20 +00:00
35 lines
1.4 KiB
JSON
35 lines
1.4 KiB
JSON
{
|
|
"version": "0.32.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.32.4/terraform-ls_0.32.4_windows_amd64.zip",
|
|
"hash": "a00f37e4564261a10a397944079837a6033d992292eb161498b7fb45bfb251d1"
|
|
},
|
|
"arm64": {
|
|
"url": "https://releases.hashicorp.com/terraform-ls/0.32.4/terraform-ls_0.32.4_windows_arm64.zip",
|
|
"hash": "cedb04d4feb8113252c6d73b469c121875e15684ef21c0c63b7ab4d2c769065a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|