ScoopInstaller_Main/bucket/teleport.json
2024-05-31 20:25:36 +00:00

28 lines
821 B
JSON

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