mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
* add terraform-ls 0.31.2 * Update bucket/terraform-ls.json Co-authored-by: HUMORCE <humorce@outlook.com> * Update bucket/terraform-ls.json Co-authored-by: HUMORCE <humorce@outlook.com> --------- Co-authored-by: HUMORCE <humorce@outlook.com>
36 lines
1.4 KiB
JSON
36 lines
1.4 KiB
JSON
{
|
|
"version": "0.31.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.31.2/terraform-ls_0.31.2_windows_amd64.zip",
|
|
"hash": "71cbaabd5010c8425aa74a1f5feeaef8ecf13afeabfb4423f67f49eec559cc2a"
|
|
},
|
|
"arm64": {
|
|
"url": "https://releases.hashicorp.com/terraform-ls/0.31.2/terraform-ls_0.31.2_windows_arm64.zip",
|
|
"hash": "683d630ded1dc0292cd145997be02880074e2380ca6a4f6332268a37f88d6b90"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|