ScoopInstaller_Main/bucket/teleport.json
2026-02-18 00:53:41 +00:00

27 lines
773 B
JSON

{
"version": "18.7.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.7.0-windows-amd64-bin.zip",
"hash": "da66c7691182983107c4d6d099d1e05629e4ba342cf941aefe6e2f398a9a0592"
}
},
"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"
}
}
}