diff options
| author | Brett Koonce | 2015-01-02 23:36:06 -0600 |
|---|---|---|
| committer | Brett Koonce | 2015-01-04 00:29:29 -0800 |
| commit | 794261bdf669e50cd556059fecff238f08def682 (patch) | |
| tree | 8e2f724817ead2b7c3c0aab33163a2e17f9ac154 | |
| parent | bacd70dbd5016df3f783b20e33aa4ef86ad7ab4c (diff) | |
| download | homebrew-794261bdf669e50cd556059fecff238f08def682.tar.bz2 | |
msmtp 1.6.0
| -rw-r--r-- | Library/Formula/msmtp.rb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Library/Formula/msmtp.rb b/Library/Formula/msmtp.rb index 7c24c0edf..aff602b58 100644 --- a/Library/Formula/msmtp.rb +++ b/Library/Formula/msmtp.rb @@ -1,10 +1,7 @@ -require "formula" - class Msmtp < Formula homepage "http://msmtp.sourceforge.net" - url "https://downloads.sourceforge.net/project/msmtp/msmtp/1.4.32/msmtp-1.4.32.tar.bz2" - sha1 "03186a70035dbbf7a31272a20676b96936599704" - revision 1 + url "https://downloads.sourceforge.net/project/msmtp/msmtp/1.6.0/msmtp-1.6.0.tar.xz" + sha1 "39e597619f797ec3550c0146cd3d9e55e85947eb" bottle do revision 2 |
