ScoopInstaller_Main/bucket/teleport.json
2025-11-21 00:40:17 +00:00

27 lines
773 B
JSON

{
"version": "18.4.1",
"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.1-windows-amd64-bin.zip",
"hash": "7c8084071a5c3b1f6ef3be2280997f8b1c3257e5fb18f53d66459cf653e79186"
}
},
"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"
}
}
}