ScoopInstaller_Main/bucket/teleport.json
2022-09-29 16:31:37 +00:00

29 lines
888 B
JSON

{
"version": "10.2.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-v10.2.6-windows-amd64-bin.zip",
"hash": "394687c1f64cca1a0ddc17fb18be0e35ccf65b457ccbc92c3f689ea954d60938"
}
},
"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"
}
}
}