diff options
| -rw-r--r-- | Library/Formula/stunnel.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/stunnel.rb b/Library/Formula/stunnel.rb index aba03adc9..9e5dc39c1 100644 --- a/Library/Formula/stunnel.rb +++ b/Library/Formula/stunnel.rb @@ -1,9 +1,9 @@ require 'formula' class Stunnel < Formula - url 'ftp://ftp.stunnel.org/stunnel/stunnel-4.42.tar.gz' + url 'ftp://ftp.stunnel.org/stunnel/stunnel-4.43.tar.gz' homepage 'http://www.stunnel.org/' - md5 'f64a7426166d397dd826deef33bb6aa0' + md5 '84174925a0f2632cc5cd52b3503cf07b' # This patch installs a bogus .pem in lieu of interactive cert generation. def patches |
