ScoopInstaller_Main/bucket/teleport.json
2024-02-06 16:26:23 +00:00

28 lines
857 B
JSON

{
"version": "15.0.1",
"description": "Privileged access management for cloud-native infrastructure",
"homepage": "https://gravitational.com/teleport",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://get.gravitational.com/teleport-v15.0.1-windows-amd64-bin.zip",
"hash": "9356050bcf0b91ae802e29a29d2f057aa848d0acfaa80840a4ee14cfe8aea6ae"
}
},
"bin": "tsh.exe",
"checkver": {
"url": "https://goteleport.com/docs/installation",
"regex": "teleport-v([\\d.]+)-windows-amd64-bin\\.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://get.gravitational.com/teleport-v$version-windows-amd64-bin.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}