ScoopInstaller_Main/bucket/teleport.json
2019-11-06 01:00:21 +00:00

28 lines
844 B
JSON

{
"version": "4.1.4",
"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.1.4-windows-amd64-bin.zip",
"hash": "aa5db45ab87e48acd0602a7e6761d980bc35f9cc4b70998e2cc381aee63d3bf4",
"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"
}
}
}