ScoopInstaller_Main/bucket/teleport.json
2020-07-01 09:23:54 +02:00

28 lines
846 B
JSON

{
"version": "4.2.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-v4.2.11-windows-amd64-bin.zip",
"hash": "b9248123f8863496045c01e7df3f86819b6bbed1610384c0a7a18306c020c5d7",
"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"
}
}
}