diff --git a/Formula/t/teleport.rb b/Formula/t/teleport.rb index 8fbdb6669336c..1cddbce9487b1 100644 --- a/Formula/t/teleport.rb +++ b/Formula/t/teleport.rb @@ -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.0.2.tar.gz" - sha256 "213dd9cc016fd8873843d8f7f67a15eb162b61af5986a8b627681b3de24e7aec" + url "https://github.com/gravitational/teleport/archive/refs/tags/v17.0.3.tar.gz" + sha256 "dadd7bdb7d58131fd25ab0cad687dc450dfb6b77fe668d051942b7a86ad2e0dc" license all_of: ["AGPL-3.0-or-later", "Apache-2.0"] head "https://github.com/gravitational/teleport.git", branch: "master" @@ -18,12 +18,12 @@ class Teleport < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "5234394250b6af2001b2be0bccfdd2b5f2f2edebd6acd8536e4ca4e43925b359" - sha256 cellar: :any, arm64_sonoma: "355ec90750cdf68545b3a3718afea6f0d0ba9a60dc2806379f6de7983102e863" - sha256 cellar: :any, arm64_ventura: "98df22a6bee26567046e6f880138b7890ec891bc01e36461ce9019d92f0a1d8a" - sha256 cellar: :any, sonoma: "3e9d907b426cccf5d3b1ead2aa6aea2b76753a69aefad3cda4ab4fd802ecaf16" - sha256 cellar: :any, ventura: "8747688889e5ca7fffc911dcb5711b7434dd88b1394e51c71e61a0113403c6d2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0cc319d21ba1b6982d2fe482018765460b7524c2b4529822ef3aecf8cf80b1a0" + sha256 cellar: :any, arm64_sequoia: "657ec314ed54a760dd797e310c7c08a75b5838a101b98aac3623acc73d513510" + sha256 cellar: :any, arm64_sonoma: "f5e43c1396fa696625ab8e664abd60d2db03ee68611ea13fc6c2bdf755c6601b" + sha256 cellar: :any, arm64_ventura: "39bb8d69a54cc5daaa4d2049b9447b37b3b149d106869aae237da1eceb2bcf9a" + sha256 cellar: :any, sonoma: "b098290a883fde5341552e702fd1bc432d20990c8086f895fcccca74abbb4b00" + sha256 cellar: :any, ventura: "53aa655c4ba0b9dce16c0290eecb65fb1aa3a6409b0a1068011fccf9f42008d7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "978d23d42b2209e6c29175316ab288e2363068a0bfea088f043f27f7066e638e" end depends_on "go" => :build