diff options
author | Edward W. Koenig | 2019-08-24 02:18:08 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo | 2019-08-24 02:18:08 +0200 |
commit | a6549e387009e09b34f8b237e0c638ff6aab8fcc (patch) | |
tree | fba5e2f48aa425bcafb20730c5a1850ef74e3a0d /system/qemu | |
parent | 967ac5a2aa35783abbdd9036e26fa13f6dca247b (diff) | |
download | slackbuilds-a6549e387009e09b34f8b237e0c638ff6aab8fcc.tar.gz |
system/qemu: Updated for version 4.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/qemu')
-rw-r--r-- | system/qemu/qemu.SlackBuild | 3 | ||||
-rw-r--r-- | system/qemu/qemu.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/system/qemu/qemu.SlackBuild b/system/qemu/qemu.SlackBuild index c594bdbb48..c7b9538ff6 100644 --- a/system/qemu/qemu.SlackBuild +++ b/system/qemu/qemu.SlackBuild @@ -55,9 +55,10 @@ # 4.5 03-Jun-2018 version update to 2.12.0 release, note new deps: sdl2, gtk+3 # 5.0 14-Dec-2018 version update to 3.1.0 release, note minimum dependency versions on release notes # 6.0 14-JUL-2019 version update to 4.0.0 release, note minimum dependency versions on release notes, doc fixes +# 6.1 19-AUG-2019 verion update PRGNAM=qemu -VERSION=${VERSION:-4.0.0} +VERSION=${VERSION:-4.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/qemu/qemu.info b/system/qemu/qemu.info index e34d20b6a9..d092200f0e 100644 --- a/system/qemu/qemu.info +++ b/system/qemu/qemu.info @@ -1,8 +1,8 @@ PRGNAM="qemu" -VERSION="4.0.0" +VERSION="4.1.0" HOMEPAGE="https://www.qemu.org" -DOWNLOAD="https://download.qemu.org/qemu-4.0.0.tar.xz" -MD5SUM="0afeca336fd57ae3d3086ec07f59d708" +DOWNLOAD="https://download.qemu.org/qemu-4.1.0.tar.xz" +MD5SUM="cdf2b5ca52b9abac9bacb5842fa420f8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="SDL2" |