ScoopInstaller_Main/bucket/teleport.json
2024-06-18 08:30:55 +00:00

28 lines
821 B
JSON

{
"version": "16.0.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-v16.0.1-windows-amd64-bin.zip",
"hash": "a41c25619c707af480177bde92237d3241392b077f48f42f42d3c1c39ef62135"
}
},
"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"
}
}
}