ScoopInstaller_Main/bucket/teleport.json
2021-06-05 00:19:55 -07:00

28 lines
826 B
JSON

{
"version": "6.2.3",
"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.3-windows-amd64-bin.zip",
"hash": "597c18ee73dfb3e9321dffa11b2c5c8771929dba29b0a38465bf86968c875bb4"
}
},
"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"
}
}
}