Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 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/v18.2.4.tar.gz"
sha256 "f411d6b84812c140d36e795184289d860575a1f4580f20293ec4fef19d1c1307"
url "https://github.com/gravitational/teleport/archive/refs/tags/v18.2.10.tar.gz"
sha256 "a769e1a7053a552805dd6cdeb31a72f851512b3edba91e956aefbd06dd6d45e3"
license all_of: ["AGPL-3.0-or-later", "Apache-2.0"]
head "https://github.com/gravitational/teleport.git", branch: "master"

Expand Down
Loading