diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/dovecot.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/dovecot.rb b/Library/Formula/dovecot.rb index 5f93d863d..ed6fc2daa 100644 --- a/Library/Formula/dovecot.rb +++ b/Library/Formula/dovecot.rb @@ -2,8 +2,8 @@ require 'formula' class Dovecot < Formula homepage 'http://dovecot.org/' - url 'http://dovecot.org/releases/2.1/dovecot-2.1.10.tar.gz' - sha1 '8b4e67e4cf99b71d9d8c01c323b7133a5716125d' + url 'http://dovecot.org/releases/2.1/dovecot-2.1.12.tar.gz' + sha1 '6bbff6c8d9e4be8c2fa95d0adff28f692099a88c' def install system "./configure", "--disable-dependency-tracking", |
