ScoopInstaller_Main/bucket/teleport.json
Robert Rettig 2dfd2a1313
teleport: Update to version 15.2.1 (#5678)
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
2024-04-09 01:27:41 +08:00

28 lines
821 B
JSON

{
"version": "15.2.1",
"description": "Privileged access management for cloud-native infrastructure",
"homepage": "https://goteleport.com",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://cdn.teleport.dev/teleport-v15.2.1-windows-amd64-bin.zip",
"hash": "ab02bcae212b651d2d29a728c61f145bd48c63767b21ee0f49a2643bdbb166d7"
}
},
"bin": "tsh.exe",
"checkver": {
"url": "https://goteleport.com/docs/installation/",
"regex": "TELEPORT_VERSION.*?([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://cdn.teleport.dev/teleport-v$version-windows-amd64-bin.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}