ScoopInstaller_Main/bucket/teleport.json
2020-10-31 06:51:45 +01:00

28 lines
827 B
JSON

{
"version": "4.4.2",
"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-v4.4.2-windows-amd64-bin.zip",
"hash": "925e5c3c993fdb256c12f882edd4b82e2e740286b0f8a6cf00debe646ae321bd"
}
},
"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"
}
}
}