sslscan 1.11.2

sslscan 1.11.2 (update formula)

Closes Homebrew/homebrew#49728.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
master
David E. Smith 2016-03-02 13:20:37 -06:00 committed by Xu Cheng
parent 0fb6b66ed9
commit eab2ff8b15
1 changed files with 4 additions and 6 deletions

View File

@ -1,9 +1,9 @@
class Sslscan < Formula
desc "Test SSL/TLS enabled services to discover supported cipher suites."
homepage "https://github.com/rbsec/sslscan"
url "https://github.com/rbsec/sslscan/archive/1.11.1-rbsec.tar.gz"
version "1.11.1"
sha256 "0631713b16cea51df49b9666aa17e742e8177d79e85bdb13f66105657c98f169"
url "https://github.com/rbsec/sslscan/archive/1.11.2-rbsec.tar.gz"
version "1.11.2"
sha256 "d75201af01554827f6aac99fd21ce8eb9469c985fceabd18053098b283679ef7"
head "https://github.com/rbsec/sslscan.git"
bottle do
@ -17,10 +17,8 @@ class Sslscan < Formula
depends_on "openssl"
def install
# Note: when next version (>1.11.1) comes out, revise this per https://github.com/Homebrew/homebrew/pull/47229
rm "INSTALL"
system "make"
system "make", "install", "BINPATH=#{bin}", "MANPATH=#{man}/"
system "make", "install", "PREFIX=#{prefix}"
end
test do