diff options
author | Jostein Berntsen <jbernts@broadpark.no> | 2015-01-30 20:43:25 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-30 20:43:25 +0700 |
commit | 7fc8b53c3c8fe46a6a61fb576ddda3594892fb66 (patch) | |
tree | 4725fa9183bd2d87858c4acba86993117c21779a /office/notmuch | |
parent | 0ec35d7934a9fd73eff0e8742a6eb5700c09ec2f (diff) | |
download | slackbuilds-7fc8b53c3c8fe46a6a61fb576ddda3594892fb66.tar.gz |
office/notmuch: Updated for version 0.19.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/notmuch')
-rw-r--r-- | office/notmuch/notmuch.SlackBuild | 2 | ||||
-rw-r--r-- | office/notmuch/notmuch.info | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/office/notmuch/notmuch.SlackBuild b/office/notmuch/notmuch.SlackBuild index da1007463a..fe3a3af037 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.18} +VERSION=${VERSION:-0.19} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/office/notmuch/notmuch.info b/office/notmuch/notmuch.info index 7d08dd2e18..fbcedf6aa9 100644 --- a/office/notmuch/notmuch.info +++ b/office/notmuch/notmuch.info @@ -1,10 +1,10 @@ PRGNAM="notmuch" -VERSION="0.18" +VERSION="0.19" HOMEPAGE="http://notmuchmail.org" -DOWNLOAD="http://notmuchmail.org/releases/notmuch-0.18.tar.gz" -MD5SUM="f28f11af1acfb6d9adde2eec600bc27a" +DOWNLOAD="http://notmuchmail.org/releases/notmuch-0.19.tar.gz" +MD5SUM="4ff0e560534dfcd48159b96233640239" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="xapian-core" +REQUIRES="xapian-core Sphinx" MAINTAINER="Jostein Berntsen" EMAIL="jbernts@broadpark.no" |