ScoopInstaller_Main/bucket/teleport.json
2021-05-01 09:35:48 +02:00

28 lines
826 B
JSON

{
"version": "6.1.3",
"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-v6.1.3-windows-amd64-bin.zip",
"hash": "15e9121374d51684b3067e62154089b03aa312089ff4a1a061154a9b91ba7a74"
}
},
"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"
}
}
}