ScoopInstaller_Main/bucket/terraform-ls.json
2024-10-15 16:30:17 +00:00

35 lines
1.4 KiB
JSON

{
"version": "0.35.0",
"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.35.0/terraform-ls_0.35.0_windows_amd64.zip",
"hash": "6da82bfca68a795fcb2ea7abfb22e96adec290b84f32ce7dabad7546b2f1db9b"
},
"arm64": {
"url": "https://releases.hashicorp.com/terraform-ls/0.35.0/terraform-ls_0.35.0_windows_arm64.zip",
"hash": "38e812fdad4e82e1cd52fbf945eda5864b6079758aaebcd8bd30670e791e5113"
}
},
"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"
}
}
}
}
}