ScoopInstaller_Main/teleport.json
2019-01-17 20:02:01 +00:00

30 lines
945 B
JSON

{
"version": "3.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-v3.1.4-windows-amd64-bin.zip",
"hash": "8e94f8c628f085edc0820f0c636a592de1fea0f5c64019e4d6a3d6a9f9941a0b",
"extract_dir": "teleport",
"bin": "tsh.exe"
}
},
"checkver": {
"url": "https://dashboard.gravitational.com/webapi/releases-oss/latest?product=teleport",
"jsonpath": "$.version",
"regex": "v([\\d\\.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://get.gravitational.com/teleport-v$version-windows-amd64-bin.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}