8000 teleport 4.3.0 · ArduinoBot/homebrew-core@9b5d689 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9b5d689

Browse files
SeekingMeaningBrewTestBot
authored andcommitted
teleport 4.3.0
Closes Homebrew#57701. Signed-off-by: chenrui <chenrui333@gmail.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
1 parent 7e5d245 commit 9b5d689

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Formula/teleport.rb

Lines changed: 8 additions & 2 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://gravitational.com/teleport"
4-
url "https://github.com/gravitational/teleport/archive/v4.2.11.tar.gz"
5-
sha256 "e0c8f0123fd2c87fccd5464abc1079a82f0097999efeed32059a01f6fab19616"
4+
url "https://github.com/gravitational/teleport/archive/v4.3.0.tar.gz"
5+
sha256 "dbc2cd029efdd3df5cc12a8105cb80358202878baed21ca65442d678c0f28f61"
66
license "Apache-2.0"
77
head "https://github.com/gravitational/teleport.git"
88

@@ -24,10 +24,16 @@ class Teleport < Formula
2424

2525
conflicts_with "etsh", :because => "both install `tsh` binaries"
2626

27+
resource "webassets" do
28+
url "https://github.com/gravitational/webassets/archive/72412062d6d55ec7faa9707abf500d703e7d09da.tar.gz"
29+
sha256 "c84767bea0a723f406e3b6566a0a48892758b2e5f3a9e9b453d22171315fd29d"
30+
end
31+
2732
def install
2833
ENV["GOPATH"] = buildpath
2934
ENV["GOROOT"] = Formula["go"].opt_libexec
3035

36+
(buildpath/"webassets").install resource("webassets")
3137
(buildpath/"src/github.com/gravitational/teleport").install buildpath.children
3238
cd "src/github.com/gravitational/teleport" do
3339
ENV.deparallelize { system "make", "full" }

0 commit comments

Comments
 (0)
0