From 6c2608b24465fe77e58a3ceeda5dd7714f017bbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 16 Jan 2019 17:37:26 +0100 Subject: [PATCH] Add Teleport 3.1.3 (#3000) --- teleport.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 teleport.json diff --git a/teleport.json b/teleport.json new file mode 100644 index 0000000000..31548db30f --- /dev/null +++ b/teleport.json @@ -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" + } + } +}