ScoopInstaller_Main/bucket/teleport.json
2022-07-08 20:31:49 +00:00

29 lines
888 B
JSON

{
"version": "10.0.0",
"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-v10.0.0-windows-amd64-bin.zip",
"hash": "6d6f08c55f059a2f9a116ab2edeecdf2b7e46991f8e16d27543d7cf504fc2a04"
}
},
"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"
}
}
}