ScoopInstaller_Main/bucket/teleport.json
2022-04-07 04:29:12 +00:00

29 lines
886 B
JSON

{
"version": "9.0.4",
"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-v9.0.4-windows-amd64-bin.zip",
"hash": "4a4f8b6bd5d5e7e8b04982a11cba7eb83c4d58856d82ac731c99333d644859e1"
}
},
"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"
}
}
}