ScoopInstaller_Main/bucket/teleport.json
2019-10-01 23:00:21 +00:00

28 lines
844 B
JSON

{
"version": "4.1.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-v4.1.0-windows-amd64-bin.zip",
"hash": "dc1d6286668cfb6d8a3f375d49737b3abc0f9cb409448c9bdd5c43c5ea51b0f4",
"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"
}
}
}