ScoopInstaller_Main/bucket/teleport.json
2021-07-03 02:08:53 -07:00

28 lines
826 B
JSON

{
"version": "6.2.7",
"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-v6.2.7-windows-amd64-bin.zip",
"hash": "b89f35e1ed0b2af8e2d7af1814e9e7ba33dc011350c0444c66ea3189ec924dbd"
}
},
"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"
}
}
}