mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
network/neomutt: Updated for version 20200320.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f97d751b6b
commit
28a6da1e62
2 changed files with 6 additions and 5 deletions
|
@ -26,8 +26,8 @@
|
|||
# Latest version of this SlackBuild at https://github.com/conraid/SlackBuilds
|
||||
|
||||
PRGNAM=neomutt
|
||||
VERSION=${VERSION:-20191207}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-20200320}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z ${ARCH:=""} ]; then
|
||||
|
@ -93,6 +93,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--gdbm \
|
||||
--gpgme \
|
||||
--locales-fix \
|
||||
--sqlite \
|
||||
--host=$ARCH-slackware-linux \
|
||||
--build=$ARCH-slackware-linux \
|
||||
$LUA $NOTMUCH $KYOTO $IDN2
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="neomutt"
|
||||
VERSION="20191207"
|
||||
VERSION="20200320"
|
||||
HOMEPAGE="https://github.com/neomutt/neomutt"
|
||||
DOWNLOAD="https://github.com/neomutt/neomutt/archive/20191207/neomutt-20191207.tar.gz"
|
||||
MD5SUM="0f9ddc2a17baf0ee4d355bb397b09d3e"
|
||||
DOWNLOAD="https://github.com/neomutt/neomutt/archive/20200320/neomutt-20200320.tar.gz"
|
||||
MD5SUM="ee975317f1dfa06cd1a7e2626911697a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue