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.2.1 .tar.gz"
5
- sha256 "46fd244f799f89badf34850a9455bf202305f255e3178a5a36d4f5424d185b79 "
4
+ url "https://github.com/gravitational/teleport/archive/refs/tags/v17.2.7 .tar.gz"
5
+ sha256 "388b5353ab13bb423d9dc038c5c7b86841a83c38a5fb9820aa1415cdf2b1a0a6 "
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,12 +18,12 @@ class Teleport < Formula
18
18
end
19
19
20
20
bottle do
21
- sha256 cellar : :any , arm64_sequoia : "8da4b9698609a53b5bc62d080c94b0dde6e029f01d98a5387d00be17fad5a2a4 "
22
- sha256 cellar : :any , arm64_sonoma : "51d77528c504305c45fc99666f3d385cd6e538ad679d6b39ae41ac273dacd4ff "
23
- sha256 cellar : :any , arm64_ventura : "1407d45f7c7212c1d3fbabbd9a4d7916b9757449a2ebe5ab195b17b705a9ef3e "
24
- sha256 cellar : :any , sonoma : "b65bb611e6bbfbff0573ced932d8754a5c0ba615505014d2c350262619462075 "
25
- sha256 cellar : :any , ventura : "5294480bb608e128d2286ddcae1b7823a87d72c97edee610d26ec0faacad5472 "
26
- sha256 cellar : :any_skip_relocation , x86_64_linux : "4510c99c2e1bc121e363a6928570fbb808427299a04e1136691e7677bbf32753 "
21
+ sha256 cellar : :any , arm64_sequoia : "2695fd5ff7744716cdbb6c4d5ecbb97d19f2e48e96d687334fe0c87e0662fac3 "
22
+ sha256 cellar : :any , arm64_sonoma : "93d16457a8f7b82288b448d96542b96db1e1d796e1950445c2aab407c3fc98b8 "
23
+ sha256 cellar : :any , arm64_ventura : "8c414130629bee6a2d60b936ad28601ac4355394c8ea9a90e3efd56a806bf1ff "
24
+ sha256 cellar : :any , sonoma : "d6a6278f5c7491c4af5d2f3a5e2038b62ec01bfe004bbcf556050a4b40e28a07 "
25
+ sha256 cellar : :any , ventura : "6ac6c0b733d9f9c20a61c0aaed7763ede441d589119463492777b85510a24760 "
26
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "72f95572189300e02c44acfb0fce2062d5f387708080cbdc5f53943ed542a5a6 "
27
27
end
28
28
29
29
depends_on "go" => :build
0 commit comments