From ca35179898e0a3e21e47c6bf828e857a0f620856 Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Wed, 30 Jan 2013 17:12:59 -0500 Subject: [PATCH] notmuch 0.15.1 Closes Homebrew/homebrew#17447. Signed-off-by: Adam Vandenberg --- Formula/notmuch.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/notmuch.rb b/Formula/notmuch.rb index a2cf952801..dcd667ceda 100644 --- a/Formula/notmuch.rb +++ b/Formula/notmuch.rb @@ -2,8 +2,8 @@ require 'formula' class Notmuch < Formula homepage 'http://notmuchmail.org' - url 'http://notmuchmail.org/releases/notmuch-0.13.2.tar.gz' - sha1 '368b2451a64b1e3c574e688100700fc941ff2ea1' + url 'http://notmuchmail.org/releases/notmuch-0.15.1.tar.gz' + sha1 '09eb29b8a80c2c5bb3e9d91b4946cfd0dc93e608' depends_on 'xapian' depends_on 'talloc' @@ -17,6 +17,7 @@ class Notmuch < Formula def install # requires a newer emacs than OS X provides, so disable the bindings system "./configure", "--prefix=#{prefix}", "--without-emacs" + ENV.j1 system "make install" end end