diff options
| author | Brett Koonce | 2014-11-02 20:40:57 -0800 | 
|---|---|---|
| committer | Brett Koonce | 2014-11-03 21:06:25 -0800 | 
| commit | f76e9e9f1937f8c4f18e4666ea974381e4aa5a57 (patch) | |
| tree | b9bb9721e4f7273147611a211cd18d52f7e139fd | |
| parent | face2a37b011856b270e7d95b305f31994b3a662 (diff) | |
| download | homebrew-f76e9e9f1937f8c4f18e4666ea974381e4aa5a57.tar.bz2 | |
dovecot 2.2.15
| -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 | 
