ScoopInstaller_Main/bucket/teleport.json
2020-03-17 21:01:50 +00:00

28 lines
844 B
JSON

{
"version": "4.2.6",
"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.6-windows-amd64-bin.zip",
"hash": "15af6b8b479d27d956f260411de5ac1d935ed6db075c2d02d38dbdf5b9c9495f",
"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"
}
}
}