system/chkrootkit: Updated for version 0.55.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1477573cd7
commit
000f2b1438
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=chkrootkit
|
||||
VERSION=${VERSION:-0.54}
|
||||
VERSION=${VERSION:-0.55}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="chkrootkit"
|
||||
VERSION="0.54"
|
||||
HOMEPAGE="http://www.chkrootkit.org"
|
||||
DOWNLOAD="ftp://ftp.pangeia.com.br/pub/seg/pac/chkrootkit-0.54.tar.gz"
|
||||
MD5SUM="af81e9b9038019ea53e5d24d34901153"
|
||||
DOWNLOAD="https://launchpad.net/chkrootkit/main/0.55/+download/chkrootkit-0.55.tar.gz"
|
||||
MD5SUM="c49aeb72dcb24f95b89a40e11ef49837"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue