diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2020-10-15 19:50:03 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:36:16 +0700 |
commit | daf4707ee410e0e2b8a53bf15e14558da909f981 (patch) | |
tree | 95d3f8780dd2404e7080bb9777ca6ee7c8cad06f /network | |
parent | 94bbc0585aad366a7b25c13627936b7bd26e5abf (diff) |
network/neomutt: Updated to version 20200925.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/neomutt/README | 5 | ||||
-rw-r--r-- | network/neomutt/neomutt.SlackBuild | 2 | ||||
-rw-r--r-- | network/neomutt/neomutt.info | 6 |
3 files changed, 7 insertions, 6 deletions
diff --git a/network/neomutt/README b/network/neomutt/README index 8bba7047e026..8bdc28441f40 100644 --- a/network/neomutt/README +++ b/network/neomutt/README @@ -6,7 +6,8 @@ for selecting groups of messages. Optional dependencies: -* lua53 or lua52 - Powerful, fast, light-weight, embeddable scripting language +* lua53 or lua52 - Powerful, fast, light-weight, embeddable scripting + language * notmuch - fast mail indexer for maildir * kyotocabinet - straightforward implementation of DBM * libidn2 - GNU IDN Library version 2 @@ -15,4 +16,4 @@ This script builds neomutt without optional support for idn2, notmuch, lua and kyotocabinet. You can be enabled with: -# USENOTMUCH=yes USELUA=yes USEKYOTO=yes USEIDN2:-yes ./neomutt.SlackBuild +USENOTMUCH=yes USELUA=yes USEKYOTO=yes USEIDN2:-yes ./neomutt.SlackBuild diff --git a/network/neomutt/neomutt.SlackBuild b/network/neomutt/neomutt.SlackBuild index 937d8a073da8..29cc4400ae8c 100644 --- a/network/neomutt/neomutt.SlackBuild +++ b/network/neomutt/neomutt.SlackBuild @@ -26,7 +26,7 @@ # Latest version of this SlackBuild at https://github.com/conraid/SlackBuilds PRGNAM=neomutt -VERSION=${VERSION:-20200821} +VERSION=${VERSION:-20200925} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/neomutt/neomutt.info b/network/neomutt/neomutt.info index a24793e67aa0..f79fd525db94 100644 --- a/network/neomutt/neomutt.info +++ b/network/neomutt/neomutt.info @@ -1,8 +1,8 @@ PRGNAM="neomutt" -VERSION="20200821" +VERSION="20200925" HOMEPAGE="https://github.com/neomutt/neomutt" -DOWNLOAD="https://github.com/neomutt/neomutt/archive/20200821/neomutt-20200821.tar.gz" -MD5SUM="ae5a0822dbdcaab86ed2e82a92585718" +DOWNLOAD="https://github.com/neomutt/neomutt/archive/20200925/neomutt-20200925.tar.gz" +MD5SUM="9123ea811c8c0b292669d088b3018b9e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |