ScoopInstaller_Main/bucket/teleport.json
2021-02-27 00:03:23 +01:00

28 lines
826 B
JSON

{
"version": "5.2.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.2.1-windows-amd64-bin.zip",
"hash": "ea45da1e84926660b11cefb07cc6faf2550dfd982c70e2f2dc6f3322f051186b"
}
},
"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"
}
}
}