teleport 2.3.0

Closes #18377.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
Brendan Germain 2017-09-21 09:24:45 -04:00 committed by ilovezfs
parent 10e326c884
commit dcef74e9d2

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.2.7.tar.gz"
sha256 "649e14eb01ca97b918a7c263bec552c0c7cb2c26b6e20cc31739c70d5f35dce4"
url "https://github.com/gravitational/teleport/archive/v2.3.0.tar.gz"
sha256 "503a8e8dc60c80a658d7919f68daa7dee80fcc1bee98ed080b44a8099f4e9f1b"
bottle do
sha256 "acf4ed9b1b2dbcf605862120980cc96a49d386ef2b571d3c4023a75c4b02a67b" => :sierra
@ -15,9 +15,6 @@ class Teleport < Formula
conflicts_with "etsh", :because => "both install `tsh` binaries"
def install
# Reported 28 Aug 2017 https://github.com/gravitational/teleport/issues/1229
inreplace "Makefile", "2.2.6", "2.2.7"
ENV["GOOS"] = "darwin"
ENV["GOARCH"] = MacOS.prefer_64_bit? ? "amd64" : "386"
ENV["GOPATH"] = buildpath