diff options
| author | Chad Remesch | 2011-09-14 16:47:49 -0400 | 
|---|---|---|
| committer | Jack Nagel | 2011-09-16 18:38:49 -0500 | 
| commit | f6d7c3d34f3e97cd777a794b41f9621c7b1dde35 (patch) | |
| tree | 49090418d5b196904dd788db289929e45f15fe94 /Library/Formula/stunnel.rb | |
| parent | 0764185c058db4aa2fc1f031f7b1a20b03efdd87 (diff) | |
| download | homebrew-f6d7c3d34f3e97cd777a794b41f9621c7b1dde35.tar.bz2 | |
stunnel 4.43
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/stunnel.rb')
| -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  | 
