Skip to content

Commit

Permalink
teleport: build with [email protected]
Browse files Browse the repository at this point in the history
Follow-up to #175310
  • Loading branch information
stefanb committed Aug 29, 2024
1 parent 15cfd2e commit 7eab9ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/t/teleport.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class Teleport < Formula
homepage "https://goteleport.com/"
url "https://github.com/gravitational/teleport/archive/refs/tags/v14.3.3.tar.gz"
sha256 "c30cefedae3df3cacef78e385a369773820f9ed00432b3c1bd12b0026b01f144"
license "AGPL-3.0-or-later"
license all_of: ["AGPL-3.0-or-later", "Apache-2.0"]
head "https://github.com/gravitational/teleport.git", branch: "master"

# As of writing, two major versions of `teleport` are being maintained
Expand All @@ -27,7 +27,7 @@ class Teleport < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "906b35b2c7dcc5bed2b1a9897b2464b113ba6c568340f3a193cfc665f041831a"
end

depends_on "go" => :build
depends_on "go@1.22" => :build
depends_on "pkg-config" => :build
depends_on "yarn" => :build
depends_on "libfido2"
Expand Down

0 comments on commit 7eab9ba

Please sign in to comment.