summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/qemu/qemu.SlackBuild3
-rw-r--r--system/qemu/qemu.info6
2 files changed, 5 insertions, 4 deletions
diff --git a/system/qemu/qemu.SlackBuild b/system/qemu/qemu.SlackBuild
index bd0068043f..3f8fe1a59b 100644
--- a/system/qemu/qemu.SlackBuild
+++ b/system/qemu/qemu.SlackBuild
@@ -53,9 +53,10 @@
# 4.3 06-JAN-2018 version update to 2.10.x release
# 4.4 17-Feb-2018 version update to 2.11.x release, Spectre/Meltdown mitigation
# 4.5 03-Jun-2018 version update to 2.12.0 release, note new deps: sdl2, gtk+3
+# 5.0 14-Dec-2018 verion update to 3.1.0 release, note minimum dependency versions on release notes
PRGNAM=qemu
-VERSION=${VERSION:-2.12.0}
+VERSION=${VERSION:-3.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/system/qemu/qemu.info b/system/qemu/qemu.info
index 28ad29d513..224cc14cfa 100644
--- a/system/qemu/qemu.info
+++ b/system/qemu/qemu.info
@@ -1,8 +1,8 @@
PRGNAM="qemu"
-VERSION="2.12.0"
+VERSION="3.1.0"
HOMEPAGE="http://www.qemu-project.org"
-DOWNLOAD="http://download.qemu-project.org/qemu-2.12.0.tar.xz"
-MD5SUM="ca553eb04c933f58111c304452fc4cc5"
+DOWNLOAD="http://download.qemu-project.org/qemu-3.1.0.tar.xz"
+MD5SUM="fb687ce0b02d3bf4327e36d3b99427a8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="SDL2"