mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
network/neomutt: Updated for version 20220408.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4754d8ddf2
commit
12edfba44f
3 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue