ScoopInstaller_Main/bucket/teleport.json
2024-04-12 21:04:32 +00:00

28 lines
821 B
JSON

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