diff options
| author | BrewTestBot | 2014-08-22 19:04:06 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-08-24 17:14:17 +0100 |
| commit | 9055f646ee3a6354555d3f16f96ec7b8fe278e55 (patch) | |
| tree | 63b088f3ee28c7b2ad417e8ae8d691754b0c8d0b /Library/Formula | |
| parent | 3a66e475f5aff9a00940a5bac0bfbec601460523 (diff) | |
| download | homebrew-9055f646ee3a6354555d3f16f96ec7b8fe278e55.tar.bz2 | |
msmtp: add 1.4.32_1 bottle.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/msmtp.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/msmtp.rb b/Library/Formula/msmtp.rb index 5602443d7..47cc6c659 100644 --- a/Library/Formula/msmtp.rb +++ b/Library/Formula/msmtp.rb @@ -6,6 +6,12 @@ class Msmtp < Formula sha1 '03186a70035dbbf7a31272a20676b96936599704' revision 1 + bottle do + sha1 "17021ef72dbf0c141e352531a2a61923c55a91b7" => :mavericks + sha1 "ccc3ff12b2a2bd7299b3fc918eaafa3546a95598" => :mountain_lion + sha1 "c028b723e3c4a888b05935a3b5a5e65889e53d7e" => :lion + end + depends_on 'pkg-config' => :build depends_on 'openssl' |
