ScoopInstaller_Main/bucket/teleport.json
2021-08-28 05:27:08 -07:00

29 lines
886 B
JSON

{
"version": "7.1.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-v7.1.0-windows-amd64-bin.zip",
"hash": "84f909f45cc6e7dcae8d93bd360e73b75a7e840869a5c859f5e3437b9f8f303d"
}
},
"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"
}
}
}