Add Teleport 3.1.3 (#3000)

This commit is contained in:
Jakub Čábera 2019-01-16 17:37:26 +01:00 committed by Richard Kuhnt
parent 7a1ff1b344
commit 6c2608b244

29
teleport.json Normal file
View File

@ -0,0 +1,29 @@
{
"version": "3.1.3",
"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.3-windows-amd64-bin.zip",
"hash": "41ae2f917d948b4d50d87822678645ab658d1d0e546c521da733fa37f7a1d67b",
"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"
}
}
}