ScoopInstaller_Main/bucket/teleport.json
2020-10-01 08:14:28 +02:00

28 lines
827 B
JSON

{
"version": "4.3.7",
"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.3.7-windows-amd64-bin.zip",
"hash": "6834c4a00057420d1a42d81d496bd4551d4160744f5a5aaaba9c2ccea167ff89"
}
},
"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"
}
}
}