File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
class Teleport < Formula
2
2
desc "Modern SSH server for teams managing distributed infrastructure"
3
3
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 "
6
6
license "Apache-2.0"
7
7
head "https://github.com/gravitational/teleport.git"
8
8
@@ -24,10 +24,16 @@ class Teleport < Formula
24
24
25
25
conflicts_with "etsh" , :because => "both install `tsh` binaries"
26
26
27
+ resource "webassets" do
28
+ url "https://github.com/gravitational/webassets/archive/72412062d6d55ec7faa9707abf500d703e7d09da.tar.gz"
29
+ sha256 "c84767bea0a723f406e3b6566a0a48892758b2e5f3a9e9b453d22171315fd29d"
30
+ end
31
+
27
32
def install
28
33
ENV [ "GOPATH" ] = buildpath
29
34
ENV [ "GOROOT" ] = Formula [ "go" ] . opt_libexec
30
35
36
+ ( buildpath /"webassets" ) . install resource ( "webassets" )
31
37
( buildpath /"src/github.com/gravitational/teleport" ) . install buildpath . children
32
38
cd "src/github.com/gravitational/teleport" do
33
39
ENV . deparallelize { system "make" , "full" }
You can’t perform that action at this time.
0 commit comments