ScoopInstaller_Main/teleport.json
2019-04-01 22:00:25 +00:00

28 lines
844 B
JSON

{
"version": "3.2.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-v3.2.0-windows-amd64-bin.zip",
"hash": "bb1116796a6bb48bfef8e5d4f37355a37c0dc6afc6fcf7fee3bb7a7365608cff",
"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"
}
}
}