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/v17.4.7.tar.gz"
sha256 "cafbac693c09bf5841e453fde60bbc80fdc0c90a752a588743594b4484c184f0"
url "https://github.com/gravitational/teleport/archive/refs/tags/v17.4.8.tar.gz"
sha256 "e4fa25005499fe1364c26e73590bf826ad41f9950e06700e4143bc3994c83b24"
license all_of: ["AGPL-3.0-or-later", "Apache-2.0"]
head "https://github.com/gravitational/teleport.git", branch: "master"

Expand Down Expand Up @@ -49,7 +49,7 @@
# disable `wasm-opt` for ironrdp pkg release build, upstream pr ref, https://github.com/gravitational/teleport/pull/50178
patch :DATA

def install

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

View workflow job for this annotation

GitHub Actions / macOS 14-x86_64

`brew install --verbose --formula --build-bottle teleport` failed on macOS Sonoma (14)!

::error::teleport 17.4.8 did not build

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

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

`brew install --verbose --formula --build-bottle teleport` failed on macOS Ventura (13)!

::error::teleport 17.4.8 did not build
# Prevent pnpm from downloading another copy due to `packageManager` feature
(buildpath/"pnpm-workspace.yaml").append_lines <<~YAML
managePackageManagerVersions: false
Expand Down
Loading