Skip to content
Closed
Changes from all commits
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.6.1.tar.gz"
sha256 "96923c4f116c9b4726f3abd0da6878c771fa0494631a1737b9200225e425a93f"
url "https://github.com/gravitational/teleport/archive/refs/tags/v18.6.4.tar.gz"
sha256 "ebaf49e5fc45d069945e75d8b2e5db6923c47ae89a5d1163c9ea02b2b2d70fe6"
license all_of: ["AGPL-3.0-or-later", "Apache-2.0"]
head "https://github.com/gravitational/teleport.git", branch: "master"

Expand Down Expand Up @@ -75,7 +75,7 @@
bin.install Dir["build/*"]
end

test do

Check failure on line 78 in Formula/t/teleport.rb

View workflow job for this annotation

GitHub Actions / Linux arm64

`brew test --verbose teleport` failed on Linux arm64!

/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test.rb:67:in '<main>'
assert_match version.to_s, shell_output("#{bin}/teleport version")
assert_match version.to_s, shell_output("#{bin}/tsh version")
assert_match version.to_s, shell_output("#{bin}/tctl version")
Expand Down
Loading