ScoopInstaller_Main/bucket/teleport.json
2023-02-13 20:27:21 +00:00

29 lines
888 B
JSON

{
"version": "12.0.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-v12.0.2-windows-amd64-bin.zip",
"hash": "ee6bb6e84cdee1fbf1f743e46f8897998d23fa9b1f73817858efcce730c0a992"
}
},
"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"
}
}
}