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/v18.2.3 .tar.gz"
5- sha256 "6bfd448b945418294e10038b17ccbd717dcb5fcbeb5a314cae90453cc261deb2 "
4+ url "https://github.com/gravitational/teleport/archive/refs/tags/v18.2.4 .tar.gz"
5+ sha256 "f411d6b84812c140d36e795184289d860575a1f4580f20293ec4fef19d1c1307 "
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_tahoe : "eb6a97d4def45bc6b679b05ba90d81f2dd96079fbf07de95f6485b893dac5bf7 "
22- sha256 cellar : :any , arm64_sequoia : "00fd71981d6935bfeff5426d7fd76d6a6b1475dc8dbdc6000b693b19a4eaa8d2 "
23- sha256 cellar : :any , arm64_sonoma : "bb5461bfea7fa94ecd494896e26d5a0384cf5dc9c44bdad4716b9590f601ae31 "
24- sha256 cellar : :any , sonoma : "4587975bb734ed22821cd5674db29703cbe2157e1cd08f812374e05e191ccbd5 "
25- sha256 cellar : :any_skip_relocation , arm64_linux : "237e3d0896e136c87a31e801e175ec08404c0f2dca4600017de6d8311e5c41f8 "
26- sha256 cellar : :any_skip_relocation , x86_64_linux : "ead748aedd36848ba7183eae1ef56d1fb7c2a8b932b6169d4904a95b527cbdae "
21+ sha256 cellar : :any , arm64_tahoe : "41b2bc24f77ce79e7a461589cfe3554b3e9d3bb52d2a75ae696f6bfbffe1ba9b "
22+ sha256 cellar : :any , arm64_sequoia : "bdc0ce01d072f8d997a0b897b46b063811a580a152e0a9b5c9fc3aac39804ddc "
23+ sha256 cellar : :any , arm64_sonoma : "4f625353767bc3884a3b74b3e76cee508df32677dd1aca3dde2bad0ec707da09 "
24+ sha256 cellar : :any , sonoma : "8ca3d3bd4803e4a868aaf65624e9e7285271f0b75fd24fb3cedb87f99cd4b3ee "
25+ sha256 cellar : :any_skip_relocation , arm64_linux : "55693b8bf130b6b5eb4bb7cd04e21976e3dcf6d93189c6ff92749632c6b70279 "
26+ sha256 cellar : :any_skip_relocation , x86_64_linux : "d82ddc3819e57fb2681948d9d99349cfb633255414171cc60cf886c0bc2287e5 "
2727 end
2828
2929 depends_on "go" => :build
0 commit comments