ScoopInstaller_Main/bucket/teleport.json
2020-03-06 02:01:48 +00:00

28 lines
844 B
JSON

{
"version": "4.2.4",
"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.4-windows-amd64-bin.zip",
"hash": "cb4c425fc027bfb5c067839edbf47bdd720ef2c9d541687d18244689e1bc8a34",
"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"
}
}
}