mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-18 14:41:19 +00:00
35 lines
1.4 KiB
JSON
35 lines
1.4 KiB
JSON
{
|
|
"version": "0.36.2",
|
|
"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.2/terraform-ls_0.36.2_windows_amd64.zip",
|
|
"hash": "7e4e42a0ece6ec04f459db719d62ab7ae37959de8d9dd183789c716d0b41cad6"
|
|
},
|
|
"arm64": {
|
|
"url": "https://releases.hashicorp.com/terraform-ls/0.36.2/terraform-ls_0.36.2_windows_arm64.zip",
|
|
"hash": "b97feabd07210e4e3eaa7ef6826fee3461f1073a9a336fda73dddc0d5b51ab3e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|