summaryrefslogtreecommitdiffstats
path: root/system/qemu
diff options
context:
space:
mode:
author Edward W. Koenig2018-12-15 12:31:42 +0100
committer Willy Sudiarto Raharjo2018-12-15 12:31:42 +0100
commitadddfaeccc6a0b2a8ea7b6ad1ff496b4e8ea3af5 (patch)
tree9aac18557e8dfbbb3b270e11d167d047aa73d0c2 /system/qemu
parentae632319ba529916a631aa4ac39f5c67b5ff6225 (diff)
downloadslackbuilds-adddfaeccc6a0b2a8ea7b6ad1ff496b4e8ea3af5.tar.gz
system/qemu: Updated for version 3.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/qemu')
-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"