ScoopInstaller_Main/bucket/teleport.json
2019-09-06 20:00:18 +00:00

28 lines
846 B
JSON

{
"version": "3.1.11",
"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-v3.1.11-windows-amd64-bin.zip",
"hash": "99eaf5e5dc0fcda2b425495cbb7f4bc9ec5ab8482e786adbb662e28c5ea72ea8",
"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"
}
}
}