ScoopInstaller_Main/bucket/teleport.json
2019-06-24 23:00:22 +00:00

28 lines
844 B
JSON

{
"version": "4.0.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.0.1-windows-amd64-bin.zip",
"hash": "66c6ce514f84a348b2b3a227ecd9e02fa88072fb09656083b54ce759a0bffe52",
"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"
}
}
}