ScoopInstaller_Main/bucket/teleport.json
2025-12-02 00:41:54 +00:00

27 lines
773 B
JSON

{
"version": "18.4.2",
"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.2-windows-amd64-bin.zip",
"hash": "b61830dd1ee3280f62cc059f41268361b73219dc0661d03d00b417e241449007"
}
},
"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"
}
}
}