dovecot 2.2.27
Closes #7598. Signed-off-by: William Woodruff <william@tuffbizz.com>
This commit is contained in:
parent
6c80da4481
commit
814966463c
1 changed files with 5 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
||||||
class Dovecot < Formula
|
class Dovecot < Formula
|
||||||
desc "IMAP/POP3 server"
|
desc "IMAP/POP3 server"
|
||||||
homepage "http://dovecot.org/"
|
homepage "http://dovecot.org/"
|
||||||
url "http://dovecot.org/releases/2.2/dovecot-2.2.25.tar.gz"
|
url "http://dovecot.org/releases/2.2/dovecot-2.2.27.tar.gz"
|
||||||
mirror "https://fossies.org/linux/misc/dovecot-2.2.25.tar.gz"
|
mirror "https://fossies.org/linux/misc/dovecot-2.2.27.tar.gz"
|
||||||
sha256 "d8d9f32c846397f7c22749a84c5cf6f59c55ff7ded3dc9f07749a255182f9667"
|
sha256 "897f92a87cda4b27b243f8149ce0ba7b7e71a2be8fb7994eb0a025e54cde18e9"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
sha256 "05fb3a42c5c96625358f9265c1381b4a69f9c76ea21b4a03e0b4de14493daf53" => :sierra
|
sha256 "05fb3a42c5c96625358f9265c1381b4a69f9c76ea21b4a03e0b4de14493daf53" => :sierra
|
||||||
|
@ -21,8 +21,8 @@ class Dovecot < Formula
|
||||||
depends_on "clucene" => :optional
|
depends_on "clucene" => :optional
|
||||||
|
|
||||||
resource "pigeonhole" do
|
resource "pigeonhole" do
|
||||||
url "http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-pigeonhole-0.4.15.tar.gz"
|
url "http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-pigeonhole-0.4.16.tar.gz"
|
||||||
sha256 "c99ace6ead310c6c3b639922da618f90d846307da4fe252d994e5e51bf8a3de3"
|
sha256 "8f0b98f18062d6e241eef74ebe16cc167cd246361cbe6657d94f0ecc5d7d3234"
|
||||||
end
|
end
|
||||||
|
|
||||||
resource "stemmer" do
|
resource "stemmer" do
|
||||||
|
|
Loading…
Reference in a new issue