ScoopInstaller_Main/bucket/teleport.json
2021-01-01 19:25:52 +01:00

28 lines
826 B
JSON

{
"version": "5.1.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-v5.1.0-windows-amd64-bin.zip",
"hash": "e65afc28dd1b9d4f2ff7848266ba512010c4c177b2e7eee0ea409112bd3de50c"
}
},
"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"
}
}
}