aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérôme Andrieux2012-06-06 13:01:11 +0300
committerAdam Vandenberg2012-06-06 19:55:30 -0700
commitf81aa98a8044c7266c42ffbf33cbcd62e9ee6d46 (patch)
tree53971e444675a283e327cc215373b2d0eb0dd15b
parente7aefa03b9147f5ac172f3c65678ef5e94c586cd (diff)
downloadhomebrew-f81aa98a8044c7266c42ffbf33cbcd62e9ee6d46.tar.bz2
notmuch 0.13.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/notmuch.rb4
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'