diff options
| author | Brett Koonce | 2014-02-15 21:07:03 -0600 | 
|---|---|---|
| committer | Brett Koonce | 2014-02-15 22:25:56 -0600 | 
| commit | af984f691baed40c7a18237b1160ffbe56032d98 (patch) | |
| tree | 5864cc774985e0e2d2484bb81e83dc01610f09c9 | |
| parent | 10c50db968a9cddda7ec7ef42a8a9e4a7043fa46 (diff) | |
| download | homebrew-af984f691baed40c7a18237b1160ffbe56032d98.tar.bz2 | |
dovecot 2.2.12
| -rw-r--r-- | Library/Formula/dovecot.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/Library/Formula/dovecot.rb b/Library/Formula/dovecot.rb index e33498ce3..25becf6d6 100644 --- a/Library/Formula/dovecot.rb +++ b/Library/Formula/dovecot.rb @@ -2,9 +2,9 @@ require 'formula'  class Dovecot < Formula    homepage 'http://dovecot.org/' -  url 'http://dovecot.org/releases/2.2/dovecot-2.2.10.tar.gz' -  mirror 'http://fossies.org/linux/misc/dovecot-2.2.10.tar.gz' -  sha256 '75592483d40dc4f76cc3b41af40caa4be80478946a699d46846d5d03e4d2e09b' +  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'    depends_on 'clucene' => :optional | 
