ScoopInstaller_Main/bucket/teleport.json
2025-11-14 08:30:00 +00:00

27 lines
773 B
JSON

{
"version": "18.4.0",
"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.4.0-windows-amd64-bin.zip",
"hash": "025f2c736de3c239cadd24a4c8740e002f059291bbca96e742d9e1cd5d07f5dc"
}
},
"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"
}
}
}