mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
35 lines
1.4 KiB
JSON
35 lines
1.4 KiB
JSON
{
|
|
"version": "0.32.7",
|
|
"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.7/terraform-ls_0.32.7_windows_amd64.zip",
|
|
"hash": "5a86e49a58a065d542a921252c0728ac5d06ad9dad353099d7d68b1342e72d46"
|
|
},
|
|
"arm64": {
|
|
"url": "https://releases.hashicorp.com/terraform-ls/0.32.7/terraform-ls_0.32.7_windows_arm64.zip",
|
|
"hash": "8b7e5a2a0a653b6c831a7ab1c60097e62d422b23b373ecf724518224695247ba"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|