diff options
| author | Jon Bernard | 2013-01-30 17:12:59 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-30 14:46:00 -0800 |
| commit | 38de561cf2f86a92b7a8db3fb4b1130172f4e88d (patch) | |
| tree | e122da774e216882b2d731ada6d53f4c736eeec5 /Library/Formula | |
| parent | c3e23b43ce27cfb665d3ebe61c7507cd84a8d46a (diff) | |
| download | homebrew-38de561cf2f86a92b7a8db3fb4b1130172f4e88d.tar.bz2 | |
notmuch 0.15.1
Closes #17447.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/notmuch.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/notmuch.rb b/Library/Formula/notmuch.rb index a2cf95280..dcd667ced 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.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 |
