office/notmuch: Updated for version 0.15.2.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Jostein Berntsen 2013-07-12 12:26:47 -05:00 committed by Robby Workman
parent 2c6f184562
commit c4398c7d3c
3 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@ Notmuch is an answer to Sup. Sup is a very good email program written by
William Morgan (and others) and is the direct inspiration for Notmuch.
Notmuch began as an effort to rewrite performance-critical pieces of Sup in
C rather than ruby. From there, it grew into a separate project. One
significant contribution Notmuch makes compared to Sup is the separation
of the indexer/searcher from the user interface. (Notmuch provides a
significant contribution Notmuch makes compared to Sup is the separation
of the indexer/searcher from the user interface. (Notmuch provides a
library interface so that its indexing/searching/tagging features can be
integrated into any email program.)
integrated into any email program.

View file

@ -5,7 +5,7 @@
# Written by Jostein Berntsen <jbernts@broadpark.no>
PRGNAM=notmuch
VERSION=${VERSION:-0.14}
VERSION=${VERSION:-0.15.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="notmuch"
VERSION="0.14"
VERSION="0.15.2"
HOMEPAGE="http://notmuchmail.org"
DOWNLOAD="http://notmuchmail.org/releases/notmuch-0.14.tar.gz"
MD5SUM="5eb3f225d3eb37862932f6baa5780d15"
DOWNLOAD="http://notmuchmail.org/releases/notmuch-0.15.2.tar.gz"
MD5SUM="e86968dfcd7ffaf162b7b87de56b7f18"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="xapian-core"