aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-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'