teleport 2.0.1

Closes #12332.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
master
Brendan Germain 2017-04-11 14:50:23 -04:00 committed by ilovezfs
parent 85a29cbdd6
commit 33de629dec
1 changed files with 2 additions and 4 deletions

View File

@ -1,8 +1,8 @@
class Teleport < Formula
desc "Modern SSH server for teams managing distributed infrastructure"
homepage "https://gravitational.com/teleport"
url "https://github.com/gravitational/teleport/archive/v2.0.0.tar.gz"
sha256 "640a66de9dd366558cb4f9725c47df46e1f109fb326a4902e739c6117f1e4700"
url "https://github.com/gravitational/teleport/archive/v2.0.1.tar.gz"
sha256 "d154e1822b8671ac8035f0a91769e95ed85a338228d9e27c2291dec77df5b7fe"
bottle do
sha256 "1dcebda84196c8df3d97375b56e101e1d98b5861e05aec52684ff68f0683f08b" => :sierra
@ -11,7 +11,6 @@ class Teleport < Formula
end
depends_on "go" => :build
depends_on "godep" => :build
def install
ENV["GOOS"] = "darwin"
@ -23,7 +22,6 @@ class Teleport < Formula
ln_s buildpath/"src", buildpath / "src/github.com/gravitational/teleport"
cd "src/github.com/gravitational/teleport" do
system "godep", "restore"
ENV.deparallelize { system "make", "release" }
system "/usr/bin/tar", "-xvf", "teleport-v#{version}-#{ENV["GOOS"]}-#{ENV["GOARCH"]}-bin.tar.gz"
cd "teleport" do