Skip to content

Commit

Permalink
dovecot: depend on zstd on Linux
Browse files Browse the repository at this point in the history
+ bump revision for this

Closes #90935.

Signed-off-by: Branch Vincent <19800529+branchvincent@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
  • Loading branch information
dawidd6 authored and BrewTestBot committed Dec 11, 2021
1 parent 77b7147 commit a9571b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/dovecot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Dovecot < Formula
url "https://dovecot.org/releases/2.3/dovecot-2.3.17.tar.gz"
sha256 "224412cd77a23a3ffb857da294da200883d956082cff7257942eff2789bd2df9"
license all_of: ["BSD-3-Clause", "LGPL-2.1-or-later", "MIT", "Unicode-DFS-2016", :public_domain]
revision 1

livecheck do
url "https://www.dovecot.org/download/"
Expand All @@ -26,6 +27,7 @@ class Dovecot < Formula

on_linux do
depends_on "linux-pam"
depends_on "zstd"
end

resource "pigeonhole" do
Expand Down

0 comments on commit a9571b4

Please sign in to comment.