ScoopInstaller_Main/bucket/teleport.json
2021-01-19 10:23:13 +01:00

28 lines
826 B
JSON

{
"version": "4.4.7",
"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-v4.4.7-windows-amd64-bin.zip",
"hash": "0db53023e365d3f132d1c571cb2661e013e62108b6630b5108779d15df8a2d77"
}
},
"extract_dir": "teleport",
"bin": "tsh.exe",
"checkver": {
"github": "https://github.com/gravitational/teleport"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://get.gravitational.com/teleport-v$version-windows-amd64-bin.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}