Skip to content

Commit 6a9baf9

Browse files
authored
Merge pull request #199971 from Homebrew/bump-teleport-17.0.3
teleport 17.0.3
2 parents 5b749e8 + d36ace1 commit 6a9baf9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/t/teleport.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Teleport < Formula
22
desc "Modern SSH server for teams managing distributed infrastructure"
33
homepage "https://goteleport.com/"
4-
url "https://github.com/gravitational/teleport/archive/refs/tags/v17.0.2.tar.gz"
5-
sha256 "213dd9cc016fd8873843d8f7f67a15eb162b61af5986a8b627681b3de24e7aec"
4+
url "https://github.com/gravitational/teleport/archive/refs/tags/v17.0.3.tar.gz"
5+
sha256 "dadd7bdb7d58131fd25ab0cad687dc450dfb6b77fe668d051942b7a86ad2e0dc"
66
license all_of: ["AGPL-3.0-or-later", "Apache-2.0"]
77
head "https://github.com/gravitational/teleport.git", branch: "master"
88

@@ -18,12 +18,12 @@ class Teleport < Formula
1818
end
1919

2020
bottle do
21-
sha256 cellar: :any, arm64_sequoia: "5234394250b6af2001b2be0bccfdd2b5f2f2edebd6acd8536e4ca4e43925b359"
22-
sha256 cellar: :any, arm64_sonoma: "355ec90750cdf68545b3a3718afea6f0d0ba9a60dc2806379f6de7983102e863"
23-
sha256 cellar: :any, arm64_ventura: "98df22a6bee26567046e6f880138b7890ec891bc01e36461ce9019d92f0a1d8a"
24-
sha256 cellar: :any, sonoma: "3e9d907b426cccf5d3b1ead2aa6aea2b76753a69aefad3cda4ab4fd802ecaf16"
25-
sha256 cellar: :any, ventura: "8747688889e5ca7fffc911dcb5711b7434dd88b1394e51c71e61a0113403c6d2"
26-
sha256 cellar: :any_skip_relocation, x86_64_linux: "0cc319d21ba1b6982d2fe482018765460b7524c2b4529822ef3aecf8cf80b1a0"
21+
sha256 cellar: :any, arm64_sequoia: "657ec314ed54a760dd797e310c7c08a75b5838a101b98aac3623acc73d513510"
22+
sha256 cellar: :any, arm64_sonoma: "f5e43c1396fa696625ab8e664abd60d2db03ee68611ea13fc6c2bdf755c6601b"
23+
sha256 cellar: :any, arm64_ventura: "39bb8d69a54cc5daaa4d2049b9447b37b3b149d106869aae237da1eceb2bcf9a"
24+
sha256 cellar: :any, sonoma: "b098290a883fde5341552e702fd1bc432d20990c8086f895fcccca74abbb4b00"
25+
sha256 cellar: :any, ventura: "53aa655c4ba0b9dce16c0290eecb65fb1aa3a6409b0a1068011fccf9f42008d7"
26+
sha256 cellar: :any_skip_relocation, x86_64_linux: "978d23d42b2209e6c29175316ab288e2363068a0bfea088f043f27f7066e638e"
2727
end
2828

2929
depends_on "go" => :build

0 commit comments

Comments
 (0)