ScoopInstaller_Main/bucket/teleport.json
2022-11-16 20:28:42 +00:00

29 lines
888 B
JSON

{
"version": "11.0.3",
"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-v11.0.3-windows-amd64-bin.zip",
"hash": "7e463f224a1bdeb1f737276216b6a87dd9c786ab6f35d8a061e1666d954d0202"
}
},
"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"
}
}
}