Skip to content

Commit

Permalink
teleport 16.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanb committed Aug 29, 2024
1 parent fb1afb9 commit 8f3204c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2580,6 +2580,7 @@ teip
tektoncd-cli
teku
telegraf
teleport
teller
telnet
telnetd
Expand Down
9 changes: 6 additions & 3 deletions Formula/t/teleport.rb
Original file line number Diff line number Diff line change
@@ -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"

Expand All @@ -29,7 +29,10 @@ class Teleport < Formula

depends_on "[email protected]" => :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"
Expand Down

0 comments on commit 8f3204c

Please sign in to comment.