ScoopInstaller_Main/bucket/teleport.json
2023-11-17 08:26:26 +00:00

29 lines
888 B
JSON

{
"version": "14.1.5",
"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.1.5-windows-amd64-bin.zip",
"hash": "1516f3468e16fb7a2241fc267fa7c3d7a5f64214b81ae298dede628f5a5ae359"
}
},
"extract_dir": "teleport",
"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"
}
}
}