diff options
| author | Jérôme Andrieux | 2012-06-06 13:01:11 +0300 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-06-06 19:55:30 -0700 | 
| commit | f81aa98a8044c7266c42ffbf33cbcd62e9ee6d46 (patch) | |
| tree | 53971e444675a283e327cc215373b2d0eb0dd15b /Library/Formula/notmuch.rb | |
| parent | e7aefa03b9147f5ac172f3c65678ef5e94c586cd (diff) | |
| download | homebrew-f81aa98a8044c7266c42ffbf33cbcd62e9ee6d46.tar.bz2 | |
notmuch 0.13.2
Signed-off-by: Adam Vandenberg <flangy@gmail.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 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'  | 
