msmtp 1.6.6
Closes #6927. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
8fb0249ce1
commit
a6eb91f33c
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
class Msmtp < Formula
|
||||
desc "SMTP client that can be used as an SMTP plugin for Mutt"
|
||||
homepage "http://msmtp.sourceforge.net"
|
||||
url "https://downloads.sourceforge.net/project/msmtp/msmtp/1.6.5/msmtp-1.6.5.tar.xz"
|
||||
sha256 "76a0d60693c7e65d0c7a12f01d300882d280b1e1be0202f54730ae44d44a5006"
|
||||
url "https://downloads.sourceforge.net/project/msmtp/msmtp/1.6.6/msmtp-1.6.6.tar.xz"
|
||||
sha256 "da15db1f62bd0201fce5310adb89c86188be91cd745b7cb3b62b81a501e7fb5e"
|
||||
|
||||
bottle do
|
||||
sha256 "df5712948f700ef5a393c92cac1f1d23377054b1cea9bd80bff271c285d569c9" => :sierra
|
||||
|
@ -29,6 +29,6 @@ class Msmtp < Formula
|
|||
|
||||
system "./configure", *args
|
||||
system "make", "install"
|
||||
(share/"msmtp/scripts").install "scripts/msmtpq"
|
||||
(pkgshare/"scripts").install "scripts/msmtpq"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue