summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Corrado Franco2022-04-09 01:55:08 +0200
committer Willy Sudiarto Raharjo2022-04-09 10:45:56 +0200
commit12edfba44f12011ae9625ee7060fcd30f994ca6d (patch)
tree8cd98adf3c7d9ae0865997cb9ecc587ec1c4e5da /network
parent4754d8ddf24d9a20c9e81aaccd19092dcc064bf0 (diff)
downloadslackbuilds-12edfba44f12011ae9625ee7060fcd30f994ca6d.tar.gz
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/README3
-rw-r--r--network/neomutt/neomutt.SlackBuild3
-rw-r--r--network/neomutt/neomutt.info6
3 files changed, 6 insertions, 6 deletions
diff --git a/network/neomutt/README b/network/neomutt/README
index d9f3788b89..210577c6e7 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 25107770da..4f4cf3b293 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 defd4c5fd4..0e1eb2b451 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=""