mailcheck: add 1.91.2 bottle.
This commit is contained in:
parent
eb8bdb3b53
commit
07129b730d
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@ class Mailcheck < Formula
|
|||
url "https://downloads.sourceforge.net/project/mailcheck/mailcheck/1.91.2/mailcheck_1.91.2.tar.gz"
|
||||
sha256 "6ca6da5c9f8cc2361d4b64226c7d9486ff0962602c321fc85b724babbbfa0a5c"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "b7c134dc23431dfaa3f402b859b7154cab5e176711363bd884dc82ce896d7c7a" => :el_capitan
|
||||
sha256 "242b05a6e9b8ccc1ac70e22cbf89bc33a885e726d32509fad6b34a3bee123945" => :yosemite
|
||||
sha256 "32b40cf41ec15bcd0efbfb90858534e4b84056915ceacd6914d71d8acdffeb6f" => :mavericks
|
||||
end
|
||||
|
||||
def install
|
||||
system "make", "mailcheck"
|
||||
bin.install "mailcheck"
|
||||
|
|
Loading…
Reference in a new issue