system/qemu: Updated for version 2.9.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
8054f06329
commit
b5b39a32a6
|
@ -49,9 +49,10 @@
|
||||||
# 3.3 26-JAN-2017 upgraded to 2.8 release
|
# 3.3 26-JAN-2017 upgraded to 2.8 release
|
||||||
# 4.0 28-JAN-2017 add bridge-helper option, README additions/cosmetics (thanks to Andrzej T.)
|
# 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.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
|
||||||
|
|
||||||
PRGNAM=qemu
|
PRGNAM=qemu
|
||||||
VERSION=${VERSION:-2.8.1}
|
VERSION=${VERSION:-2.9.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="qemu"
|
PRGNAM="qemu"
|
||||||
VERSION="2.8.1"
|
VERSION="2.9.0"
|
||||||
HOMEPAGE="http://www.qemu-project.org"
|
HOMEPAGE="http://www.qemu-project.org"
|
||||||
DOWNLOAD="http://download.qemu-project.org/qemu-2.8.1.tar.xz"
|
DOWNLOAD="http://download.qemu-project.org/qemu-2.9.0.tar.xz"
|
||||||
MD5SUM="1d8c7aed8cbc7d1a31c7eb78fd1b9875"
|
MD5SUM="86c95eb3b24ffea3a84a4e3a856b4e26"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in New Issue