aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/exim.rb
diff options
context:
space:
mode:
authorNathan Bouscal2015-02-15 11:32:13 -0800
committerMike McQuaid2015-02-15 21:30:12 +0000
commitd307134fddf865bbebb2877d6072053cd989fb30 (patch)
treeb6df4a90764e873eaf37c132833ecf2a646adcce /Library/Formula/exim.rb
parentcc14af5286dd8b95b061c254846cf05d6e29cc71 (diff)
downloadhomebrew-d307134fddf865bbebb2877d6072053cd989fb30.tar.bz2
exim 4.85
Closes #36832. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/exim.rb')
-rw-r--r--Library/Formula/exim.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/exim.rb b/Library/Formula/exim.rb
index a8d940d80..9a95c75f1 100644
--- a/Library/Formula/exim.rb
+++ b/Library/Formula/exim.rb
@@ -2,14 +2,15 @@ require 'formula'
class Exim < Formula
homepage 'http://exim.org'
- url 'http://ftp.exim.org/pub/exim/exim4/exim-4.84.tar.bz2'
- mirror 'http://www.mirrorservice.org/sites/ftp.exim.org/pub/exim/exim4/exim-4.84.tar.bz2'
- sha1 'ffd59975821edc14abfe06c7b9715aedccfc998c'
+ url 'http://ftp.exim.org/pub/exim/exim4/exim-4.85.tar.bz2'
+ mirror 'http://www.mirrorservice.org/sites/ftp.exim.org/pub/exim/exim4/exim-4.85.tar.bz2'
+ sha1 '6b40d5a6ae59f86b4780ad50aaf0d930330d7b67'
option 'support-maildir', 'Support delivery in Maildir format'
depends_on 'pcre'
depends_on 'berkeley-db4'
+ depends_on 'openssl'
def install
cp 'src/EDITME', 'Local/Makefile'