aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/notmuch.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2013-02-06 20:37:24 -0800
committerAdam Vandenberg2013-02-06 20:44:11 -0800
commit28eb635068fe706646e88ba8d01656ed70b97d86 (patch)
treeef9bdcaa004e2002fa602f855ff45cd7dad96f90 /Library/Formula/notmuch.rb
parente97adfd1ad08b8dbe8d4c6875dc1508bce10912e (diff)
downloadhomebrew-28eb635068fe706646e88ba8d01656ed70b97d86.tar.bz2
Revert "notmuch 0.15.1"
This reverts commit 38de561cf2f86a92b7a8db3fb4b1130172f4e88d.
Diffstat (limited to 'Library/Formula/notmuch.rb')
-rw-r--r--Library/Formula/notmuch.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/notmuch.rb b/Library/Formula/notmuch.rb
index dcd667ced..a2cf95280 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.15.1.tar.gz'
- sha1 '09eb29b8a80c2c5bb3e9d91b4946cfd0dc93e608'
+ url 'http://notmuchmail.org/releases/notmuch-0.13.2.tar.gz'
+ sha1 '368b2451a64b1e3c574e688100700fc941ff2ea1'
depends_on 'xapian'
depends_on 'talloc'
@@ -17,7 +17,6 @@ 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