diff options
| author | Berk D. Demir | 2013-10-22 23:09:32 -0700 | 
|---|---|---|
| committer | Mike McQuaid | 2013-10-24 10:01:05 +0100 | 
| commit | 6354c609ef2d55695f30b658f1f89fee6933bebf (patch) | |
| tree | 20316abd1cc8c23c219fb02cf51d1517bfdc21db /Library/Formula/notmuch.rb | |
| parent | 83d6f85f36c9371fa2292f21dfcce85c44642274 (diff) | |
| download | homebrew-6354c609ef2d55695f30b658f1f89fee6933bebf.tar.bz2 | |
notmuch 0.16
Closes #23459.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/notmuch.rb')
| -rw-r--r-- | Library/Formula/notmuch.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/notmuch.rb b/Library/Formula/notmuch.rb index fcbaf0e4f..8defec3cc 100644 --- a/Library/Formula/notmuch.rb +++ b/Library/Formula/notmuch.rb @@ -16,8 +16,8 @@ end  class Notmuch < Formula    homepage 'http://notmuchmail.org' -  url 'http://notmuchmail.org/releases/notmuch-0.15.2.tar.gz' -  sha1 'cbfcfe8441dded2268da2740eb7da4c509c289bb' +  url 'http://notmuchmail.org/releases/notmuch-0.16.tar.gz' +  sha1 '1919277b322d7aaffa81b80a64aedbb8a1c52a2b'    option "emacs", "Install emacs support."  | 
