ScoopInstaller_Main/bucket/teleport.json
2024-01-14 20:24:14 +00:00

28 lines
857 B
JSON

{
"version": "14.3.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.3.3-windows-amd64-bin.zip",
"hash": "eda056d36930bacf788ddb13e2dc90bd18594c3833d60753363d554fe552ed0f"
}
},
"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"
}
}
}