1
1
class Teleport < Formula
2
2
desc "Modern SSH server for teams managing distributed infrastructure"
3
3
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 "
6
6
license all_of : [ "AGPL-3.0-or-later" , "Apache-2.0" ]
7
7
head "https://github.com/gravitational/teleport.git" , branch : "master"
8
8
@@ -18,13 +18,13 @@ class Teleport < Formula
18
18
end
19
19
20
20
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 "
28
28
end
29
29
30
30
depends_on "go" => :build
0 commit comments