ScoopInstaller_Main/bucket/teleport.json
2023-12-15 16:27:33 +00:00

28 lines
857 B
JSON

{
"version": "14.2.3",
"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-v14.2.3-windows-amd64-bin.zip",
"hash": "5f21d5f8286a7e3fb1286ca57174b66b788a5ed73b474b8d9d4ab428e186d4d9"
}
},
"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"
}
}
}