Skip to content

Commit

Permalink
Updated stunnel to 4.50
Browse files Browse the repository at this point in the history
  • Loading branch information
kizzx2 authored and adamv committed Dec 7, 2011
1 parent 54f31ac commit 40e6607
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Library/Formula/stunnel.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
require 'formula'

class Stunnel < Formula
url 'ftp://ftp.stunnel.org/stunnel/archive/4.x/stunnel-4.49.tar.gz'
url 'ftp://ftp.stunnel.org/stunnel/archive/4.x/stunnel-4.50.tar.gz'
homepage 'http://www.stunnel.org/'
sha256 'dcb0e1f21e9fcf56f4d67bc7a5a4ef8720845b61063a749953417db2616cb20d'
md5 'd68b4565294496a8bdf23c728a679f53'

# This patch installs a bogus .pem in lieu of interactive cert generation.
def patches
Expand Down Expand Up @@ -45,4 +45,4 @@ def caveats
+prompt = no

[ req_dn ]
countryName = Country Name (2 letter code)
countryName = Country Name (2 letter code)

0 comments on commit 40e6607

Please sign in to comment.