ScoopInstaller_Main/bucket/teleport.json
2020-05-06 11:06:25 +02:00

28 lines
844 B
JSON

{
"version": "4.2.9",
"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.9-windows-amd64-bin.zip",
"hash": "cf42de15d6097ba72ccee0d8339d9df3229bf5f10c773468d39f085ea1ce8446",
"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"
}
}
}