ScoopInstaller_Main/bucket/teleport.json
2019-06-03 19:02:05 +00:00

28 lines
844 B
JSON

{
"version": "3.0.6",
"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-v3.0.6-windows-amd64-bin.zip",
"hash": "e9135e7dba03b2ea894a2775613daf0247ad570a9bd8dfbe9baa64404006c1fa",
"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"
}
}
}