diff options
| author | Brett Koonce | 2014-05-20 23:42:28 -0700 | 
|---|---|---|
| committer | Brett Koonce | 2014-05-21 12:00:45 -0700 | 
| commit | f7195f57891c670761f3b58fbecbf67f40d295c1 (patch) | |
| tree | 55d0139d7d1ecfd7798c5d17f288d3e92edf09a1 | |
| parent | 0cf3725ce6f429130c418f060b0392a024380e82 (diff) | |
| download | homebrew-f7195f57891c670761f3b58fbecbf67f40d295c1.tar.bz2 | |
dovecot 2.2.13
| -rw-r--r-- | Library/Formula/dovecot.rb | 14 | 
1 files changed, 7 insertions, 7 deletions
| diff --git a/Library/Formula/dovecot.rb b/Library/Formula/dovecot.rb index 2487a9649..27360b9e2 100644 --- a/Library/Formula/dovecot.rb +++ b/Library/Formula/dovecot.rb @@ -1,13 +1,13 @@ -require 'formula' +require "formula"  class Dovecot < Formula -  homepage 'http://dovecot.org/' -  url 'http://dovecot.org/releases/2.2/dovecot-2.2.12.tar.gz' -  mirror 'http://fossies.org/linux/misc/dovecot-2.2.12.tar.gz' -  sha256 'f3de1cae5665ff202713c1489bc96b4d029760808bf3311d76c173d7f3e38c56' +  homepage "http://dovecot.org/" +  url "http://dovecot.org/releases/2.2/dovecot-2.2.13.tar.gz" +  mirror "http://fossies.org/linux/misc/dovecot-2.2.13.tar.gz" +  sha1 "ee8efc77cb9d502dc416ae4fba242adc5f01c163" -  depends_on 'clucene' => :optional -  depends_on 'openssl' +  depends_on "clucene" => :optional +  depends_on "openssl"    def install      args = %W[--prefix=#{prefix} | 
