diff options
| -rw-r--r-- | Library/Formula/dovecot.rb | 7 | 
1 files changed, 3 insertions, 4 deletions
| diff --git a/Library/Formula/dovecot.rb b/Library/Formula/dovecot.rb index b0e6f1ec2..fca1e09a9 100644 --- a/Library/Formula/dovecot.rb +++ b/Library/Formula/dovecot.rb @@ -2,10 +2,9 @@ require "formula"  class Dovecot < Formula    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" -  revision 1 +  url "http://dovecot.org/releases/2.2/dovecot-2.2.15.tar.gz" +  mirror "http://fossies.org/linux/misc/dovecot-2.2.15.tar.gz" +  sha1 "10c90f1f08797b5931703d52a871437e6561d76f"    bottle do      revision 1 | 
