ScoopInstaller_Main/bucket/teleport.json
2026-01-21 16:32:13 +00:00

27 lines
773 B
JSON

{
"version": "18.6.4",
"description": "Privileged access management for cloud-native infrastructure",
"homepage": "https://goteleport.com",
"license": "AGPL-3.0",
"architecture": {
"64bit": {
"url": "https://cdn.teleport.dev/teleport-v18.6.4-windows-amd64-bin.zip",
"hash": "9776a11be22d8b92c7b419b447c5c88b9b0229b0a79985ad17ab4ddae73cb7c8"
}
},
"bin": "tsh.exe",
"checkver": {
"github": "https://github.com/gravitational/teleport"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://cdn.teleport.dev/teleport-v$version-windows-amd64-bin.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}