ScoopInstaller_Main/bucket/teleport.json
2021-08-18 12:18:13 -07:00

28 lines
826 B
JSON

{
"version": "7.0.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-v7.0.3-windows-amd64-bin.zip",
"hash": "58674b84018f6df0e51d4542387aaaedc11fd98f4c7012b316b814091f57b526"
}
},
"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"
}
}
}