ScoopInstaller_Main/bucket/terraform-ls.json
2024-01-16 12:30:15 +00:00

35 lines
1.4 KiB
JSON

{
"version": "0.32.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.32.5/terraform-ls_0.32.5_windows_amd64.zip",
"hash": "84a3c9bedfae85cb7bbef8a936c3f5a52bc97b0278edbcfcce0dcbcee3a523e8"
},
"arm64": {
"url": "https://releases.hashicorp.com/terraform-ls/0.32.5/terraform-ls_0.32.5_windows_arm64.zip",
"hash": "997bf477e4d7df6de87a496eeb4d6f726415d3130b8a578f4faf70d4ad17c093"
}
},
"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"
}
}
}
}
}