ScoopInstaller_Main/bucket/teleport.json
2020-01-21 00:01:52 +00:00

28 lines
844 B
JSON

{
"version": "4.2.2",
"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.2-windows-amd64-bin.zip",
"hash": "43bbcb9b45322762f338caa8e71381eeffc82162ef150d8960bd5b0af8802ca8",
"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"
}
}
}