system/virtinst: Updated for version 0.600.3.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
ponce 2012-07-30 13:22:45 +02:00 committed by Robby Workman
parent d4324c1450
commit e180c42c14
3 changed files with 4 additions and 6 deletions

View file

@ -3,5 +3,3 @@ Hat Enterprise Linux related distributions inside of virtual
machines. It supports both paravirt guests (for which only FC and
RHEL guests are currently supported) as well as fully virtualized
guests.
Requires: libvirt

View file

@ -1,7 +1,7 @@
#!/bin/sh
PRGNAM=virtinst
VERSION=${VERSION:-0.600.0}
VERSION=${VERSION:-0.600.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="virtinst"
VERSION="0.600.0"
VERSION="0.600.3"
HOMEPAGE="http://virt-manager.et.redhat.com"
DOWNLOAD="http://virt-manager.et.redhat.com/download/sources/virtinst/virtinst-0.600.0.tar.gz"
MD5SUM="d8f6a61d7edbc78129a8b5df2807ad46"
DOWNLOAD="http://virt-manager.et.redhat.com/download/sources/virtinst/virtinst-0.600.3.tar.gz"
MD5SUM="13c06b16c0f9fa23e7cb2534950b4575"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libvirt"