dovecot 2.2.13
This commit is contained in:
parent
17ca1caaa5
commit
f2495f26e3
1 changed files with 7 additions and 7 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue