msmtp 1.6.1
The name of one of the configure flags has changed upstream, so we change it here too. Closes Homebrew/homebrew#35574. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
7598bd59bf
commit
b657225e45
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
class Msmtp < Formula
|
||||
homepage "http://msmtp.sourceforge.net"
|
||||
url "https://downloads.sourceforge.net/project/msmtp/msmtp/1.6.0/msmtp-1.6.0.tar.xz"
|
||||
sha1 "39e597619f797ec3550c0146cd3d9e55e85947eb"
|
||||
url "https://downloads.sourceforge.net/project/msmtp/msmtp/1.6.1/msmtp-1.6.1.tar.xz"
|
||||
sha1 "ac70151bcb53af5e192cbb147fd2b8139c637089"
|
||||
|
||||
bottle do
|
||||
sha1 "fbaed1978a9563b9959f1bff2d6f8c4fe891bdfc" => :yosemite
|
||||
|
@ -17,7 +17,7 @@ class Msmtp < Formula
|
|||
--disable-dependency-tracking
|
||||
--with-macosx-keyring
|
||||
--prefix=#{prefix}
|
||||
--with-ssl=openssl
|
||||
--with-tls=openssl
|
||||
]
|
||||
|
||||
system "./configure", *args
|
||||
|
|
Loading…
Reference in a new issue