ScoopInstaller_Main/bucket/teleport.json
2019-10-25 00:00:31 +00:00

28 lines
844 B
JSON

{
"version": "4.1.3",
"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.1.3-windows-amd64-bin.zip",
"hash": "ed8a8be88fb5d117a9103c75b5b6b0ff3eaf0fbd8a181127e95db876b2c20d22",
"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"
}
}
}