diff options
| author | Jack Nagel | 2011-10-25 20:28:32 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2011-10-25 20:28:32 -0500 | 
| commit | c08a8b95f09db991a10193660c3b0f5c820e3df2 (patch) | |
| tree | 38628e205a3307e7bab656c5a2cc0974e67f21c5 /Library/Formula/notmuch.rb | |
| parent | bb8bb6276997f3bd19f95bca0d99e49bddb55366 (diff) | |
| download | homebrew-c08a8b95f09db991a10193660c3b0f5c820e3df2.tar.bz2 | |
notmuch 0.9
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/notmuch.rb')
| -rw-r--r-- | Library/Formula/notmuch.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/notmuch.rb b/Library/Formula/notmuch.rb index e2fad4748..83cc6afcf 100644 --- a/Library/Formula/notmuch.rb +++ b/Library/Formula/notmuch.rb @@ -1,9 +1,9 @@  require 'formula'  class Notmuch < Formula -  url 'http://notmuchmail.org/releases/notmuch-0.5.tar.gz' +  url 'http://notmuchmail.org/releases/notmuch-0.9.tar.gz'    homepage 'http://notmuchmail.org' -  md5 '983cd907a7bf5ee0d12ebfb54cff784f' +  sha1 '988e93545880e9465380383f00d591d8a23c61dd'    depends_on 'xapian'    depends_on 'talloc'  | 
