system/kvm-kmod: Updated for version 3.0b.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Stu Miller 2011-09-04 23:50:46 -05:00 committed by Robby Workman
parent 164a9afa1f
commit d795c1b79d
3 changed files with 4 additions and 8 deletions

View file

@ -17,7 +17,3 @@ by Slackware. If you uninstall KVM-KMOD, you will need to run
access to the Slackware provided versions.
You need to have a "kvm" group on the system in order to use this.
This is currently outdated -- the kvm modules shipped with Slackware
are newer than what this build provides, so don't use this until it
is updated (and this notice is removed)...

View file

@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=kvm-kmod
VERSION=${VERSION:-2.6.37}
VERSION=${VERSION:-3.0b}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="kvm-kmod"
VERSION="2.6.37"
VERSION="3.0b"
HOMEPAGE="http://www.linux-kvm.org/page/Main_Page"
DOWNLOAD="http://downloads.sourceforge.net/kvm/kvm-kmod-2.6.37.tar.bz2"
MD5SUM="68dffcae4d0cee9d280b82760031b531"
DOWNLOAD="http://downloads.sourceforge.net/kvm/kvm-kmod-3.0b.tar.bz2"
MD5SUM="19792041adc25779b31ea5c5fdca7d8c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Stu Miller"