ScoopInstaller_Main/bucket/teleport.json
2019-06-29 01:00:21 +00:00

28 lines
844 B
JSON

{
"version": "4.0.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.0.2-windows-amd64-bin.zip",
"hash": "f8ac173286896fad6aac155cb21e9572170f18752eea08c033da98beeba6fd9d",
"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"
}
}
}