ScoopInstaller_Main/bucket/teleport.json
2021-10-20 19:00:32 +00:00

29 lines
886 B
JSON

{
"version": "7.3.2",
"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-v7.3.2-windows-amd64-bin.zip",
"hash": "55cce1a636f65f91f64aa2bcb27072fe43d48aadf1ca811dd108b7b4a14dc4a2"
}
},
"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"
}
}
}