diff options
author | Corrado Franco <conraid (at) linux (dot) it> | 2022-04-09 00:55:08 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-09 15:45:56 +0700 |
commit | 12edfba44f12011ae9625ee7060fcd30f994ca6d (patch) | |
tree | 8cd98adf3c7d9ae0865997cb9ecc587ec1c4e5da /network | |
parent | 4754d8ddf24d9a20c9e81aaccd19092dcc064bf0 (diff) |
network/neomutt: Updated for version 20220408.
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 | 3 | ||||
-rw-r--r-- | network/neomutt/neomutt.SlackBuild | 3 | ||||
-rw-r--r-- | network/neomutt/neomutt.info | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/network/neomutt/README b/network/neomutt/README index d9f3788b89b9f..210577c6e767b 100644 --- a/network/neomutt/README +++ b/network/neomutt/README @@ -8,7 +8,6 @@ Optional dependencies: * notmuch - fast mail indexer for maildir * kyotocabinet - straightforward implementation of DBM -* libidn2 - GNU IDN Library version 2 * lua53 - Powerful, fast, light-weight, embeddable scripting language NOTE: this won't work if you have multiple versions of lua installed. @@ -16,4 +15,4 @@ This script builds neomutt without optional support for idn2, notmuch, lua and kyotocabinet. You can be enabled with: -USENOTMUCH=yes USEKYOTO=yes USEIDN2=yes USELUA=yes ./neomutt.SlackBuild +# USENOTMUCH=yes USEKYOTO=yes USELUA=yes ./neomutt.SlackBuild diff --git a/network/neomutt/neomutt.SlackBuild b/network/neomutt/neomutt.SlackBuild index 25107770da6a0..4f4cf3b2939db 100644 --- a/network/neomutt/neomutt.SlackBuild +++ b/network/neomutt/neomutt.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=neomutt -VERSION=${VERSION:-20211029} +VERSION=${VERSION:-20220408} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -140,3 +140,4 @@ cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE + diff --git a/network/neomutt/neomutt.info b/network/neomutt/neomutt.info index defd4c5fd438f..0e1eb2b451773 100644 --- a/network/neomutt/neomutt.info +++ b/network/neomutt/neomutt.info @@ -1,8 +1,8 @@ PRGNAM="neomutt" -VERSION="20211029" +VERSION="20220408" HOMEPAGE="https://github.com/neomutt/neomutt" -DOWNLOAD="https://github.com/neomutt/neomutt/archive/20211029/neomutt-20211029.tar.gz" -MD5SUM="500a55f53b5ceb03346a63be9c373f08" +DOWNLOAD="https://github.com/neomutt/neomutt/archive/20220408/neomutt-20220408.tar.gz" +MD5SUM="08d53c5a026d6980bc65fd70fccc9a88" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |