diff options
author | Edward W. Koenig | 2018-02-18 10:35:22 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo | 2018-02-24 00:55:49 +0100 |
commit | 4b641e2cfcf92727fc87925aa298f0fe2eda529e (patch) | |
tree | 9d2825b6003d0001644ef2c4d2ac467523263746 /system/qemu | |
parent | 38e925a408072a1b8955b2c98c104961bb675f5b (diff) | |
download | slackbuilds-4b641e2cfcf92727fc87925aa298f0fe2eda529e.tar.gz |
system/qemu: Updated for version 2.11.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/qemu')
-rw-r--r-- | system/qemu/qemu.SlackBuild | 5 | ||||
-rw-r--r-- | system/qemu/qemu.info | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/system/qemu/qemu.SlackBuild b/system/qemu/qemu.SlackBuild index a8fa517ecd..c83659d720 100644 --- a/system/qemu/qemu.SlackBuild +++ b/system/qemu/qemu.SlackBuild @@ -50,10 +50,11 @@ # 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 +# 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 PRGNAM=qemu -VERSION=${VERSION:-2.10.2} +VERSION=${VERSION:-2.11.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/qemu/qemu.info b/system/qemu/qemu.info index cca7157e2e..fe5185afc7 100644 --- a/system/qemu/qemu.info +++ b/system/qemu/qemu.info @@ -1,8 +1,8 @@ PRGNAM="qemu" -VERSION="2.10.2" +VERSION="2.11.1" HOMEPAGE="http://www.qemu-project.org" -DOWNLOAD="http://download.qemu-project.org/qemu-2.10.2.tar.xz" -MD5SUM="6f3693d3dbf35bb97a047799a9585279" +DOWNLOAD="http://download.qemu-project.org/qemu-2.11.1.tar.xz" +MD5SUM="0ee48c0f0cae47cc5d05408e03cd199e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |