network/nmh: Updated for version 1.8.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ee785fc677
commit
303dc40b71
|
@ -8,7 +8,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=nmh
|
||||
VERSION=${VERSION:-1.7.1}
|
||||
VERSION=${VERSION:-1.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="nmh"
|
||||
VERSION="1.7.1"
|
||||
VERSION="1.8"
|
||||
HOMEPAGE="https://www.nongnu.org/nmh/"
|
||||
DOWNLOAD="https://download.savannah.nongnu.org/releases/nmh/nmh-1.7.1.tar.gz"
|
||||
MD5SUM="0f2e117eb3acbe949af43b5048de28c5"
|
||||
DOWNLOAD="https://download.savannah.nongnu.org/releases/nmh/nmh-1.8.tar.gz"
|
||||
MD5SUM="a9bb7636cd8a75c522a48f5d942314fb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue