ScoopInstaller_Main/bucket/teleport.json
2023-01-10 04:33:54 +00:00

29 lines
888 B
JSON

{
"version": "11.2.0",
"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.2.0-windows-amd64-bin.zip",
"hash": "cd86dcc1ce06aebc306752ac3f4a4b6714be5246c7283364e69edae9dd1d4220"
}
},
"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"
}
}
}