ScoopInstaller_Main/bucket/teleport.json
2019-12-19 19:00:22 +00:00

28 lines
844 B
JSON

{
"version": "4.2.0",
"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.2.0-windows-amd64-bin.zip",
"hash": "a97b631b57f5951d1a447d3b2a622760b9d90668d585d134417abddcc3674269",
"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"
}
}
}