From 8f3204c9cca9baf50debd19f3954aabc7152d7ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0tefan=20Baebler?= <319826+stefanb@users.noreply.github.com> Date: Wed, 28 Aug 2024 20:33:45 +0000 Subject: [PATCH] teleport 16.2.0 --- .github/autobump.txt | 1 + Formula/t/teleport.rb | 9 ++++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index 41811266493ac..2c4cccc5ef983 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -2580,6 +2580,7 @@ teip tektoncd-cli teku telegraf +teleport teller telnet telnetd diff --git a/Formula/t/teleport.rb b/Formula/t/teleport.rb index be4bdd3079a5d..37e5872089599 100644 --- a/Formula/t/teleport.rb +++ b/Formula/t/teleport.rb @@ -1,8 +1,8 @@ class Teleport < Formula desc "Modern SSH server for teams managing distributed infrastructure" homepage "https://goteleport.com/" - url "https://github.com/gravitational/teleport/archive/refs/tags/v14.3.3.tar.gz" - sha256 "c30cefedae3df3cacef78e385a369773820f9ed00432b3c1bd12b0026b01f144" + url "https://github.com/gravitational/teleport/archive/refs/tags/v16.2.0.tar.gz" + sha256 "c86913de0b7416483fc01a314b2431879268b383e94aea244c44a0245fc97717" license all_of: ["AGPL-3.0-or-later", "Apache-2.0"] head "https://github.com/gravitational/teleport.git", branch: "master" @@ -29,7 +29,10 @@ class Teleport < Formula depends_on "go@1.22" => :build depends_on "pkg-config" => :build - depends_on "yarn" => :build + depends_on "pnpm" => :build + depends_on "rust" => :build + depends_on "rustup" => :build + depends_on "wasm-pack" => :build depends_on "libfido2" depends_on "node" depends_on "openssl@3"