From d307134fddf865bbebb2877d6072053cd989fb30 Mon Sep 17 00:00:00 2001 From: Nathan Bouscal Date: Sun, 15 Feb 2015 11:32:13 -0800 Subject: exim 4.85 Closes #36832. Signed-off-by: Mike McQuaid --- Library/Formula/exim.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Library') 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' -- cgit v1.2.3