Skip to content

Commit df64fc5

Browse files
authored
Merge pull request #251038 from Homebrew/bump-teleport-18.2.10
teleport 18.2.10
2 parents 9f52a1f + a9f5ae0 commit df64fc5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/t/teleport.rb

Lines changed: 8 additions & 8 deletions
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/v18.2.4.tar.gz"
5-
sha256 "f411d6b84812c140d36e795184289d860575a1f4580f20293ec4fef19d1c1307"
4+
url "https://github.com/gravitational/teleport/archive/refs/tags/v18.2.10.tar.gz"
5+
sha256 "a769e1a7053a552805dd6cdeb31a72f851512b3edba91e956aefbd06dd6d45e3"
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: "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"
21+
sha256 cellar: :any, arm64_tahoe: "49090778b19e5dda3807ff292c7d9af38b9e713f4131217c4093bc5412c0988a"
22+
sha256 cellar: :any, arm64_sequoia: "076d64e2e7734b75c200992e8cddf82d2167369025c5878737e815b3cd8b5594"
23+
sha256 cellar: :any, arm64_sonoma: "c74222e8dc28128f57763bff8c93cddc84e8ad67acfa2b59610efa3156f33591"
24+
sha256 cellar: :any, sonoma: "646ab352e9f2f4cab53bb11c42cf5f0a90eeb9a50047a118e2e7c788b4b7e8da"
25+
sha256 cellar: :any_skip_relocation, arm64_linux: "1abd0970608def337b5ca51c8d7fbc8fa2ee0e0d464a2b335bbc752a77b60b89"
26+
sha256 cellar: :any_skip_relocation, x86_64_linux: "dcdf512e57e56776ec1d55177e47d274eea268c01fffc7ff8a36c8a1a95e41ad"
2727
end
2828

2929
depends_on "go" => :build

0 commit comments

Comments
 (0)