Skip to content

Commit

Permalink
dovecot 2.2.31
Browse files Browse the repository at this point in the history
Closes #14959.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
  • Loading branch information
ilovezfs committed Jun 27, 2017
1 parent 0963efd commit dec5076
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Formula/dovecot.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class Dovecot < Formula
desc "IMAP/POP3 server"
homepage "https://dovecot.org/"
url "https://dovecot.org/releases/2.2/dovecot-2.2.30.2.tar.gz"
mirror "https://fossies.org/linux/misc/dovecot-2.2.30.2.tar.gz"
sha256 "f3dba79c1ceeaa9dd0633f648d3a607704bf3d0591e7d48168084c8add87189e"
url "https://dovecot.org/releases/2.2/dovecot-2.2.31.tar.gz"
mirror "https://fossies.org/linux/misc/dovecot-2.2.31.tar.gz"
sha256 "034be40907748128d65088a4f59789b2f99ae7b33a88974eae0b6a68ece376a1"

bottle do
sha256 "3c74e8413c484405bbd6d1ff2a5e5a1136fea9112e17fead077a54312737eb11" => :sierra
Expand All @@ -20,13 +20,13 @@ class Dovecot < Formula
depends_on "clucene" => :optional

resource "pigeonhole" do
url "https://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-pigeonhole-0.4.18.tar.gz"
sha256 "dd871bb57fad22795460f613f3c9484a8bf229272ac00956d837a34444f1c3a9"
url "https://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-pigeonhole-0.4.19.tar.gz"
sha256 "629204bfbdcd3480e1ebcdc246da438323c3ea5fea57480ab859e8b201ad8793"
end

resource "stemmer" do
url "https://github.com/snowballstem/snowball.git",
:revision => "66556ea9fc0f14464dc6bb3d39bf071b36d90ab6"
:revision => "5137019d68befd633ce8b1cd48065f41e77ed43e"
end

def install
Expand Down

0 comments on commit dec5076

Please sign in to comment.