The Rootkit Hunter project is pleased to announce all the hard work and testing culminated  
in the final release of version 1.3.0 
 
The changelog for this release is packed listing over 30 new features, 47 changes and  
16 bugfixes.

More information: http://sourceforge.net/forum/forum.php?forum_id=738132

Installation instructions:

cd /root/rpms
wget http://prdownloads.sourceforge.net/rkhunter/rkhunter-1.3.0.tar.gz
tar -xzf rkhunter*
cd rkhunter-*
./installer.sh --layout default --install
cd ..
/bin/rm -Rf rkhunter*
echo '#!/bin/sh
/usr/local/bin/rkhunter --update --nocolors
/usr/local/bin/rkhunter --propupd --nocolors
/usr/local/bin/rkhunter -c --sk --disable apps,suspscan --rwo' > /root/rkhunter.sh
chmod +x /root/rkhunter.sh

Then run the following command:

/root/rkhunter.sh

Then modify any cron job you have setup, e.g:

0 8,20 * * * /root/rkhunter.sh