ScoopInstaller_Main/bucket/teleport.json
2024-04-26 00:35:35 +00:00

28 lines
821 B
JSON

{
"version": "15.2.4",
"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.4-windows-amd64-bin.zip",
"hash": "b33f6839f1c2556e9c3947185824e1fd9df9c26f03ead23191480e71cb6efae7"
}
},
"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"
}
}
}