ScoopInstaller_Main/bucket/teleport.json
2020-12-11 08:05:22 +01:00

28 lines
826 B
JSON

{
"version": "5.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-v5.0.1-windows-amd64-bin.zip",
"hash": "b862fe1c94db8d2feebc3dbdbde10e005d0901690440529b7b24444e67fe7414"
}
},
"extract_dir": "teleport",
"bin": "tsh.exe",
"checkver": {
"github": "https://github.com/gravitational/teleport"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://get.gravitational.com/teleport-v$version-windows-amd64-bin.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}