Skip to content

Commit

Permalink
teleport 16.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewTestBot authored and stefanb committed Sep 25, 2024
1 parent e18d4f0 commit 909420c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 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/v16.4.0.tar.gz"
sha256 "fd8d0fe968bd863e3657e0cdfe7d3a5e90b0663b1efe396802f1880d2a6dde79"
url "https://github.com/gravitational/teleport/archive/refs/tags/v16.4.1.tar.gz"
sha256 "6bb9a2c62b42e159b1ade7238babc0f431143aeb5e45f8280ac441c5b320c6dd"
license all_of: ["AGPL-3.0-or-later", "Apache-2.0"]
head "https://github.com/gravitational/teleport.git", branch: "master"

Expand All @@ -27,9 +27,12 @@ class Teleport < Formula
end

depends_on "corepack" => :build
# Use "go" again after https://github.com/gravitational/teleport/commit/e4010172501f0ed18bb260655c83606dfa872fbd
# is released, likely in a version 17.x.x (or later?):
depends_on "[email protected]" => :build
depends_on "pkg-config" => :build
depends_on "rust" => :build
# TODO: try to remove rustup dependancy, see https://github.com/Homebrew/homebrew-core/pull/191633#discussion_r1774378671 for more info:
depends_on "rustup" => :build
depends_on "wasm-pack" => :build
depends_on "libfido2"
Expand Down

0 comments on commit 909420c

Please sign in to comment.