dovecot 2.2.9
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
30a9867bd7
commit
1e920578fc
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ require 'formula'
|
|||
|
||||
class Dovecot < Formula
|
||||
homepage 'http://dovecot.org/'
|
||||
url 'http://dovecot.org/releases/2.2/dovecot-2.2.7.tar.gz'
|
||||
mirror 'http://fossies.org/linux/misc/dovecot-2.2.7.tar.gz'
|
||||
sha256 '441e5f66cf258e6c8afa661f1082662f0cd6b25e16c6aeb0aec4591c5466ab6c'
|
||||
url 'http://dovecot.org/releases/2.2/dovecot-2.2.9.tar.gz'
|
||||
mirror 'http://fossies.org/linux/misc/dovecot-2.2.9.tar.gz'
|
||||
sha256 '7c3b6b8a05f6ebcc9fd01736fdcac0de12158959f5b99d1f7077f7a8626ee2d5'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
|
|
Loading…
Reference in a new issue