11class 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.1.6 .tar.gz"
5- sha256 "ad309d5e21cbe0414889fc2518196b8d30645ae150e66a0f7e8b7310b6ef213e "
4+ url "https://github.com/gravitational/teleport/archive/refs/tags/v17.2.0 .tar.gz"
5+ sha256 "d908cc5e531196a713faf2ef87d80a240e49453f0fad5fe7e3d66b3e9c047a27 "
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 : "97426e4ac029e187824a94b684c685fdc6b7f1690252348a609816f8be1ef848 "
22- sha256 cellar : :any , arm64_sonoma : "df3fb943b5c444242e995408d030a569713073ba61836f75562f9b88f19a0fef "
23- sha256 cellar : :any , arm64_ventura : "76f1f15dcab698de50eaf4cc0f8dbf37dfcac66b0cb47776569a74ff67c3a06e "
24- sha256 cellar : :any , sonoma : "2327b59792d93fda23a769e6115b8ec0c54f30d83e4054fb6b05ca0c9fc3ba18 "
25- sha256 cellar : :any , ventura : "0f7eafe67150c8815960384d0e265c67bb3d54c8d9e53358185751523b83c7e9 "
26- sha256 cellar : :any_skip_relocation , x86_64_linux : "e5e12958de77836bd6ae1bf13811dbcd9af880878820d5962df197bbba75ea15 "
21+ sha256 cellar : :any , arm64_sequoia : "34b9e3dbe19898e4c9cd9e94b5e05194fd8b8f765d7eef2bdd282740a243c9cb "
22+ sha256 cellar : :any , arm64_sonoma : "4fdf95615f5cabf70e9771e0d98e331860fcd52941fbdf1e632c8c56887c60f9 "
23+ sha256 cellar : :any , arm64_ventura : "1787e421f01194244dc8a92e3a54dc2a7b9ff03d71b34033e1b7d7a9243868fc "
24+ sha256 cellar : :any , sonoma : "abc6a8ebf5fc70319077f4421d36e1d6bb70ceb4389885631c7fabf755798d50 "
25+ sha256 cellar : :any , ventura : "ca686093f60cbaae6d2c30edea0ac4fb4fbc6e4fefab9fadc3a6fbf9233b0305 "
26+ sha256 cellar : :any_skip_relocation , x86_64_linux : "4f20d51af33fcf74a09a5e4f6de8cc2c9a06f95c619db4aa9c0b2870cac3fa69 "
2727 end
2828
2929 depends_on "go" => :build
0 commit comments