summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Edward W. Koenig2018-01-07 10:31:41 +0100
committer Willy Sudiarto Raharjo2018-01-10 17:55:48 +0100
commit693928d174683d30cd9f7c09ea422b080cac46be (patch)
tree6c19326e0f085486e30f8fb3b090a66d380e23a5
parente88be8cafbc94f27363c3182686eadfd47cf1232 (diff)
downloadslackbuilds-693928d174683d30cd9f7c09ea422b080cac46be.tar.gz
system/qemu: Updated for version 2.10.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/qemu/qemu.SlackBuild5
-rw-r--r--system/qemu/qemu.info6
2 files changed, 6 insertions, 5 deletions
diff --git a/system/qemu/qemu.SlackBuild b/system/qemu/qemu.SlackBuild
index b0d9c0f940..a8fa517ecd 100644
--- a/system/qemu/qemu.SlackBuild
+++ b/system/qemu/qemu.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for qemu
# Copyright 2009, 2010 Andrew Brouwers <abrouwers@gmail.com>
-# Copyright 2013-2017 Edward Koenig, Vancouver, USA <kingbeowulf@gmail.com>
+# Copyright 2013-2018 Edward Koenig, Vancouver, USA <kingbeowulf@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -50,9 +50,10 @@
# 4.0 28-JAN-2017 add bridge-helper option, README additions/cosmetics (thanks to Andrzej T.)
# 4.1 01-APR-2017 no foolin': various bug and CVE updates re: ponce https://lists.nongnu.org/archive/html/qemu-devel/2017-03/msg06332.html
# 4.2 05-JUN-2017 version update to 2.9 release
+# 4.3 06-JAN-2018 verions update to 2.10.x release
PRGNAM=qemu
-VERSION=${VERSION:-2.9.0}
+VERSION=${VERSION:-2.10.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/system/qemu/qemu.info b/system/qemu/qemu.info
index fe4190cc0c..cca7157e2e 100644
--- a/system/qemu/qemu.info
+++ b/system/qemu/qemu.info
@@ -1,8 +1,8 @@
PRGNAM="qemu"
-VERSION="2.9.0"
+VERSION="2.10.2"
HOMEPAGE="http://www.qemu-project.org"
-DOWNLOAD="http://download.qemu-project.org/qemu-2.9.0.tar.xz"
-MD5SUM="86c95eb3b24ffea3a84a4e3a856b4e26"
+DOWNLOAD="http://download.qemu-project.org/qemu-2.10.2.tar.xz"
+MD5SUM="6f3693d3dbf35bb97a047799a9585279"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""