ScoopInstaller_Main/bucket/teleport.json
2022-06-16 20:28:51 +00:00

29 lines
886 B
JSON

{
"version": "9.3.6",
"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-v9.3.6-windows-amd64-bin.zip",
"hash": "9410ac36f7f6447d33ec9b1c39245c6398f8d8b05cc366e891164ea5b91a8711"
}
},
"extract_dir": "teleport",
"bin": "tsh.exe",
"checkver": {
"url": "https://goteleport.com/docs/installation",
"regex": "teleport-v([\\d.]+)-windows-amd64-bin\\.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://get.gravitational.com/teleport-v$version-windows-amd64-bin.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}