diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/notmuch.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/notmuch.rb b/Library/Formula/notmuch.rb index 8ca36136a..0bf9c415b 100644 --- a/Library/Formula/notmuch.rb +++ b/Library/Formula/notmuch.rb @@ -5,6 +5,13 @@ class Notmuch < Formula url "http://notmuchmail.org/releases/notmuch-0.18.1.tar.gz" sha1 "ad82d6d5355594c4cab3c6d28c70ae4993acbec9" + bottle do + cellar :any + sha1 "c2abec535c387b43719bb5775d2f5c574a0b26a6" => :mavericks + sha1 "60839b86690a3b8d095b98a788dedef6163b779e" => :mountain_lion + sha1 "74cbad02dae99188baa190c6f3a8175bcea10e14" => :lion + end + depends_on "pkg-config" => :build depends_on "emacs" => :optional depends_on "xapian" |
