diff options
author | Jostein Berntsen <jbernts@broadpark.no> | 2018-02-25 22:26:49 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-03 08:42:06 +0700 |
commit | ab1cddd76b44cfee226792e681b8afe158a9fa5b (patch) | |
tree | 46e4c83d8b4faa58d5643352aea84aad875e5cbf /office/notmuch/notmuch.SlackBuild | |
parent | 4fc9722abac2b44f1e504b1cb1a11764784853a4 (diff) |
office/notmuch: Updated for version 0.26.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'office/notmuch/notmuch.SlackBuild')
-rw-r--r-- | office/notmuch/notmuch.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/office/notmuch/notmuch.SlackBuild b/office/notmuch/notmuch.SlackBuild index 75745ad993..85e0dc6be1 100644 --- a/office/notmuch/notmuch.SlackBuild +++ b/office/notmuch/notmuch.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for notmuch -# Copyright 2015-2017 Jostein Berntsen <jbernts@broadpark.no> +# Copyright 2015-2018 Jostein Berntsen <jbernts@broadpark.no> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ # Written by Jostein Berntsen <jbernts@broadpark.no> PRGNAM=notmuch -VERSION=${VERSION:-0.25.1} +VERSION=${VERSION:-0.26} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |