ScoopInstaller_Main/bucket/teleport.json
2020-04-02 19:52:50 +02:00

28 lines
844 B
JSON

{
"version": "4.2.8",
"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.2.8-windows-amd64-bin.zip",
"hash": "a887e707882c53ff5627adcadbb192ad432c60127f90256f586029bdab868bcd",
"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"
}
}
}