Skip to content

Commit 6283e17

Browse files
authored
Merge pull request #220108 from Homebrew/bump-teleport-17.4.4
teleport 17.4.4
2 parents c35b7cb + 1748d0a commit 6283e17

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/t/teleport.rb

+9-9
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.4.3.tar.gz"
5-
sha256 "1fb73f1b9c9de750a7c5ad69b4c3a6a45453a7ebf85b2c7d2174c2ad32fd41be"
4+
url "https://github.com/gravitational/teleport/archive/refs/tags/v17.4.4.tar.gz"
5+
sha256 "9972b1295542425dcd5f5443e2ded35255fb19febb9afaa42e4c9095f6286be8"
66
license all_of: ["AGPL-3.0-or-later", "Apache-2.0"]
77
head "https://github.com/gravitational/teleport.git", branch: "master"
88

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

2020
bottle do
21-
sha256 cellar: :any, arm64_sequoia: "76ac75c91911e465374a3e41ac82c4befedda9bb1c4cf15f473450c266f1cabb"
22-
sha256 cellar: :any, arm64_sonoma: "bd791b5b7b68cdf18166ed2126b5bd67433b97f423a0db3f0379bdcb958f317d"
23-
sha256 cellar: :any, arm64_ventura: "468cbe59d05b018448fcc511a9d50ce9f829345e68fecc3b2eb4cb4072a18d64"
24-
sha256 cellar: :any, sonoma: "85e1ae5a992d00606cac30698b6a66ce97bc9125e113d4a3f4d002b3d7788483"
25-
sha256 cellar: :any, ventura: "539b489874caf45fa4c80ef51866c1b96088ba8551e6db2824d37784770fd4cb"
26-
sha256 cellar: :any_skip_relocation, arm64_linux: "f221a7f203cc00b475b6ce7fbb35bf5f35e78b9360eb53a454278259ccbdebcb"
27-
sha256 cellar: :any_skip_relocation, x86_64_linux: "fa9bd2262ee77f33e300fa9c5a34ff57dcdeeda910e7e5b1d745f885d6677608"
21+
sha256 cellar: :any, arm64_sequoia: "b0218df5abf87d1f484fabbc79087635745053e8b403878aac58e0b441ef9c28"
22+
sha256 cellar: :any, arm64_sonoma: "f75399703c3dd3ef83da8cbd550a727779c4efe1d2d5492addbb971387dee7b5"
23+
sha256 cellar: :any, arm64_ventura: "dbddeacbc3602a2adfd34e7257723e8ff27f8e5c60b8d75eac497340207194bd"
24+
sha256 cellar: :any, sonoma: "52f524663f9eb0c1da04aa120ae397b8e46837d484152ec19075ecbd401234db"
25+
sha256 cellar: :any, ventura: "ce6fa2606d9a8b71bba913e6541fe6313caa7f786da587b7d1bd4d13111cac8c"
26+
sha256 cellar: :any_skip_relocation, arm64_linux: "c7c40e34e27879e0591d0f578df3c225d8f55ef4703a0e71d8f26c7218bc4c6a"
27+
sha256 cellar: :any_skip_relocation, x86_64_linux: "f4e9e6c122fa3fdf3e8037c618b82872e4061116ac682789211c94938de1b1d5"
2828
end
2929

3030
depends_on "go" => :build

0 commit comments

Comments
 (0)