diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/stunnel.rb | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/Library/Formula/stunnel.rb b/Library/Formula/stunnel.rb index 7a1439401..dea00883f 100644 --- a/Library/Formula/stunnel.rb +++ b/Library/Formula/stunnel.rb @@ -1,11 +1,10 @@ require 'formula' class Stunnel < Formula - homepage 'http://www.stunnel.org/' - url 'ftp://ftp.nluug.nl/pub/networking/stunnel/stunnel-5.03.tar.gz' - mirror 'https://www.stunnel.org/downloads/stunnel-5.03.tar.gz' - sha256 '9a1e369466fa756e6f48b11480a3338c1fa4717e6472871bf4a3a96c483edd03' - revision 1 + homepage "http://www.stunnel.org/" + url "ftp://ftp.nluug.nl/pub/networking/stunnel/stunnel-5.04.tar.gz" + mirror "https://www.stunnel.org/downloads/stunnel-5.04.tar.gz" + sha256 "ee9702e073cb8d5940a1310ae171a38d3264f1ce3b087160728bbbcf5710cec1" bottle do revision 1 @@ -57,7 +56,7 @@ nsCertType = server "--sysconfdir=#{etc}", "--mandir=#{man}", "--disable-libwrap", - "--with-ssl-dir=#{Formula["openssl"].opt_prefix}" + "--with-ssl=#{Formula["openssl"].opt_prefix}" system "make install" end |
