diff options
author | Jostein Berntsen | 2015-11-13 12:33:26 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo | 2015-11-13 12:33:26 +0100 |
commit | 9ae55cdab1d6271d495b11ca5892e09d53d85bb3 (patch) | |
tree | c8c2cacb4db66481883e8a7b7e322591aa2dcf68 /office/notmuch | |
parent | df91bb77a4771eed53013ae34e8eb1e6561c7b32 (diff) | |
download | slackbuilds-9ae55cdab1d6271d495b11ca5892e09d53d85bb3.tar.gz |
office/notmuch: Updated for version 0.21.
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 896ccc700f..738010fe1c 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.20} +VERSION=${VERSION:-0.21} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/office/notmuch/notmuch.info b/office/notmuch/notmuch.info index ad12e029d4..7adea3dfb5 100644 --- a/office/notmuch/notmuch.info +++ b/office/notmuch/notmuch.info @@ -1,10 +1,10 @@ PRGNAM="notmuch" -VERSION="0.20" +VERSION="0.21" HOMEPAGE="http://notmuchmail.org" -DOWNLOAD="http://notmuchmail.org/releases/notmuch-0.20.tar.gz" -MD5SUM="843b1c2bce38ddf40162f8f9c19de6ba" +DOWNLOAD="https://notmuchmail.org/releases/notmuch-0.21.tar.gz" +MD5SUM="a951212b8c4624e9a2069e9d9e00222b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="xapian-core Sphinx" +REQUIRES="xapian-core" MAINTAINER="Jostein Berntsen" EMAIL="jbernts@broadpark.no" |