ScoopInstaller_Main/bucket/teleport.json
2022-12-02 16:29:24 +00:00

29 lines
888 B
JSON

{
"version": "11.1.1",
"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.1.1-windows-amd64-bin.zip",
"hash": "5e8ad1905a8b967125c34f2b49fd340b6d8eefd54f35fd16f652da01600cd720"
}
},
"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"
}
}
}