ScoopInstaller_Main/bucket/teleport.json
2020-12-15 08:35:51 +01:00

28 lines
826 B
JSON

{
"version": "4.3.9",
"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.3.9-windows-amd64-bin.zip",
"hash": "e6d3b2a4589e884f6459c10cb97c7596efee892861fe2ab940fac6236c61714e"
}
},
"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"
}
}
}