ScoopInstaller_Main/bucket/teleport.json
2021-04-23 04:55:54 +02:00

28 lines
826 B
JSON

{
"version": "6.1.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-v6.1.2-windows-amd64-bin.zip",
"hash": "a92461ed784e416feb644bcc4deb92972cd2f6c092e6385986bf2388dd3366b4"
}
},
"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"
}
}
}