diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/notmuch.rb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/notmuch.rb b/Library/Formula/notmuch.rb index 7ad26dbe8..c618d9241 100644 --- a/Library/Formula/notmuch.rb +++ b/Library/Formula/notmuch.rb @@ -16,8 +16,8 @@ end class Notmuch < Formula homepage 'http://notmuchmail.org' - url 'http://notmuchmail.org/releases/notmuch-0.16.tar.gz' - sha1 '1919277b322d7aaffa81b80a64aedbb8a1c52a2b' + url 'http://notmuchmail.org/releases/notmuch-0.17.tar.gz' + sha1 '0fe14140126a0da04754f548edf7e7b135eeec86' option "emacs", "Install emacs support." @@ -31,8 +31,6 @@ class Notmuch < Formula p = [] # Fix for mkdir behavior change in 10.9: http://notmuchmail.org/pipermail/notmuch/2013/016388.html p << DATA - # Fix for building with clang: http://git.notmuchmail.org/git/notmuch/commit/db465e443f3cd5ef3ba52304ab8b5dc6e0d7e620 - p << "http://git.notmuchmail.org/git/notmuch/patch/db465e443f3cd5ef3ba52304ab8b5dc6e0d7e620" end def install |
