diff options
| -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 e9bacd80e..139bcc9a6 100644 --- a/Library/Formula/notmuch.rb +++ b/Library/Formula/notmuch.rb @@ -2,8 +2,8 @@ require 'formula'  class Notmuch < Formula    homepage 'http://notmuchmail.org' -  url 'http://notmuchmail.org/releases/notmuch-0.11.1.tar.gz' -  sha1 '05694ae8762076bf91d63b199e72a12e5ce012b0' +  url 'http://notmuchmail.org/releases/notmuch-0.13.2.tar.gz' +  sha1 '368b2451a64b1e3c574e688100700fc941ff2ea1'    depends_on 'xapian'    depends_on 'talloc'  | 
