ScoopInstaller_Main/bucket/terraform-ls.json
2026-02-09 08:34:44 +00:00

35 lines
1.4 KiB
JSON

{
"version": "0.38.4",
"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.38.4/terraform-ls_0.38.4_windows_amd64.zip",
"hash": "e532621b15d18b372828fa6fb33d3b71afb9eba161e8a819431795161db7ee6d"
},
"arm64": {
"url": "https://releases.hashicorp.com/terraform-ls/0.38.4/terraform-ls_0.38.4_windows_arm64.zip",
"hash": "c566e8d7295bd88f09ec0ec677b7ed49f749c7078dc2c1c64a0cd9b1cf11f5b2"
}
},
"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"
}
}
}
}
}