ssllabs-scan 1.5.0

Closes #38372.

Signed-off-by: Thierry Moisan <thierry.moisan@gmail.com>
This commit is contained in:
Igor Kapkov 2019-03-27 15:02:21 +11:00 committed by Thierry Moisan
parent 82e1be7781
commit 9005f65e4d
No known key found for this signature in database
GPG key ID: A9A4CB593D38CDD0

View file

@ -1,8 +1,8 @@
class SsllabsScan < Formula
desc "This tool is a command-line client for the SSL Labs APIs"
homepage "https://github.com/ssllabs/ssllabs-scan/"
url "https://github.com/ssllabs/ssllabs-scan/archive/v1.4.0.tar.gz"
sha256 "a7d5fad92649172ca4b190f481172b602aa1ae103d14dd1f1951ee250d382eec"
url "https://github.com/ssllabs/ssllabs-scan/archive/v1.5.0.tar.gz"
sha256 "51c52e958d5da739910e9271a3abf4902892b91acb840ea74f5c052a71e3a008"
bottle do
cellar :any_skip_relocation
@ -18,8 +18,7 @@ class SsllabsScan < Formula
def install
ENV["GOPATH"] = buildpath
system "make", "build"
bin.install "ssllabs-scan"
system "go", "build", "-o", bin/"ssllabs-scan", "ssllabs-scan-v3.go"
end
def caveats; <<~EOS