diff options
| -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} |
