aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/exim.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/exim.rb b/Library/Formula/exim.rb
index 9a95c75f1..6e41b6b7d 100644
--- a/Library/Formula/exim.rb
+++ b/Library/Formula/exim.rb
@@ -6,6 +6,12 @@ class Exim < Formula
mirror 'http://www.mirrorservice.org/sites/ftp.exim.org/pub/exim/exim4/exim-4.85.tar.bz2'
sha1 '6b40d5a6ae59f86b4780ad50aaf0d930330d7b67'
+ bottle do
+ sha1 "011a332c09baaf4d00c322b56b91e22bcc7a8334" => :yosemite
+ sha1 "16bc2450378a8061ad290cdbe47797381381d5bb" => :mavericks
+ sha1 "6d90530045d473748f044d00bc5b14957da17808" => :mountain_lion
+ end
+
option 'support-maildir', 'Support delivery in Maildir format'
depends_on 'pcre'