ScoopInstaller_Main/bucket/teleport.json
2020-01-06 20:01:50 +00:00

28 lines
844 B
JSON

{
"version": "4.2.1",
"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.2.1-windows-amd64-bin.zip",
"hash": "2a135c31b2dc6f4aa87ffe8a68d65b6ad8d84cdeb1e83854c4d9dea2e791c10d",
"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"
}
}
}