Skip to content

Commit

Permalink
sslscan 1.11.2
Browse files Browse the repository at this point in the history
sslscan 1.11.2 (update formula)

Closes Homebrew#49728.

Signed-off-by: Dominyk Tiller <[email protected]>
  • Loading branch information
dsmith-wustl authored and DomT4 committed Mar 3, 2016
1 parent 121bf7f commit 8551ea9
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Library/Formula/sslscan.rb
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 8551ea9

Please sign in to comment.