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
6 changes: 3 additions & 3 deletions Formula/t/teleport.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
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.2.1.tar.gz"
sha256 "c71fb53887b8067ae0ddc738464c26be545d96727c586a307526982f9c05c638"
license "Apache-2.0"
url "https://github.com/gravitational/teleport/archive/refs/tags/v14.2.2.tar.gz"
sha256 "46faea999a92e31798f674193e16549a5fbf286fce6e2dbf72e64b3c56e86238"
license "AGPL-3.0-or-later"
head "https://github.com/gravitational/teleport.git", branch: "master"

# As of writing, two major versions of `teleport` are being maintained
Expand Down