summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Jostein Berntsen2013-07-12 19:26:47 +0200
committer Robby Workman2013-07-15 00:07:19 +0200
commitc4398c7d3c6f6c85213f14333216a2aad59f4b83 (patch)
tree55e51ef782e0fcaf592bee4e17955273f61d5b4d
parent2c6f1845625c2440414c7df3019cd186216c76ea (diff)
downloadslackbuilds-c4398c7d3c6f6c85213f14333216a2aad59f4b83.tar.gz
office/notmuch: Updated for version 0.15.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r--office/notmuch/README6
-rw-r--r--office/notmuch/notmuch.SlackBuild2
-rw-r--r--office/notmuch/notmuch.info6
3 files changed, 7 insertions, 7 deletions
diff --git a/office/notmuch/README b/office/notmuch/README
index 123295b440..3188cea262 100644
--- a/office/notmuch/README
+++ b/office/notmuch/README
@@ -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.
diff --git a/office/notmuch/notmuch.SlackBuild b/office/notmuch/notmuch.SlackBuild
index f2a0606e08..b57ef9621a 100644
--- a/office/notmuch/notmuch.SlackBuild
+++ b/office/notmuch/notmuch.SlackBuild
@@ -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}
diff --git a/office/notmuch/notmuch.info b/office/notmuch/notmuch.info
index 14c1fbee09..33947bf18c 100644
--- a/office/notmuch/notmuch.info
+++ b/office/notmuch/notmuch.info
@@ -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"