diff options
-rw-r--r-- | system/qemu/README | 3 | ||||
-rw-r--r-- | system/qemu/qemu.SlackBuild | 2 | ||||
-rw-r--r-- | system/qemu/qemu.info | 6 |
3 files changed, 6 insertions, 5 deletions
diff --git a/system/qemu/README b/system/qemu/README index 456471c710..744c79afac 100644 --- a/system/qemu/README +++ b/system/qemu/README @@ -33,7 +33,8 @@ your processor) prior to launching qemu-system-ARCH with kvm enabled. For older/unmaintained qemu frontends, this build also creates a symlink to qemu-system-ARCH at /usr/bin/qemu-kvm. -libcacard, spice, usbredir, and device-tree-compiler are optional dependencies. +libcacard, spice, usbredir, virglrenderer and device-tree-compiler are +optional dependencies. If you wish to emulate ARM, you will want device-tree-compiler. NOTES: diff --git a/system/qemu/qemu.SlackBuild b/system/qemu/qemu.SlackBuild index 33c1008306..7c4621ff20 100644 --- a/system/qemu/qemu.SlackBuild +++ b/system/qemu/qemu.SlackBuild @@ -46,7 +46,7 @@ # 3.1 13-DEC-2015 uprgraded to new version, minor clean ups PRGNAM=qemu -VERSION=${VERSION:-2.5.1} +VERSION=${VERSION:-2.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/qemu/qemu.info b/system/qemu/qemu.info index cf1444015f..3bce5c06d0 100644 --- a/system/qemu/qemu.info +++ b/system/qemu/qemu.info @@ -1,8 +1,8 @@ PRGNAM="qemu" -VERSION="2.5.1" +VERSION="2.6.0" HOMEPAGE="http://wiki.qemu.org/Main_Page" -DOWNLOAD="http://wiki.qemu-project.org/download/qemu-2.5.1.tar.bz2" -MD5SUM="42e73182dea8b9213fa7050e168a4615" +DOWNLOAD="http://wiki.qemu-project.org/download/qemu-2.6.0.tar.bz2" +MD5SUM="ca3f70b43f093e33e9e014f144067f13" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |