ScoopInstaller_Main/bucket/teleport.json
Robert Rettig 3ab81e3c99
teleport@14.1.5: Fix extraction (#5287)
14.1.5 zip structure was changed. there is no subfolder 'teleport' anymore.
2023-11-29 19:43:38 +07:00

28 lines
857 B
JSON

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