Commit f924f214 authored by Chris Thurber's avatar Chris Thurber Committed by GitHub

Qemu 4.2.0 update (#4358)

parent 746c188d
...@@ -3,22 +3,16 @@ require 'package' ...@@ -3,22 +3,16 @@ require 'package'
class Qemu < Package class Qemu < Package
description 'QEMU is a generic and open source machine emulator and virtualizer.' description 'QEMU is a generic and open source machine emulator and virtualizer.'
homepage 'http://www.qemu.org/' homepage 'http://www.qemu.org/'
version '3.1.0' version '4.2.0'
compatibility 'all' compatibility 'all'
source_url 'https://download.qemu.org/qemu-3.1.0.tar.xz' source_url 'https://download.qemu.org/qemu-4.2.0.tar.xz'
source_sha256 '6a0508df079a0a33c2487ca936a56c12122f105b8a96a44374704bef6c69abfc' source_sha256 'd3481d4108ce211a053ef15be69af1bdd9dde1510fda80d92be0f6c3e98768f0'
binary_url ({ binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/qemu-3.1.0-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/qemu-3.1.0-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/qemu-3.1.0-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/qemu-3.1.0-chromeos-x86_64.tar.xz',
}) })
binary_sha256 ({ binary_sha256 ({
aarch64: '23aa474b3f63e9f5825a77323b4bf7b5b710022e055ea97c524fa3d32cfc36cb',
armv7l: '23aa474b3f63e9f5825a77323b4bf7b5b710022e055ea97c524fa3d32cfc36cb',
i686: '600b31eaeb4a55c8fe73a1a8e2645ad44bfa166c34893a24383acd76f25c1579',
x86_64: 'fe691d318fb71461e3ce85a733165bea3d56749bf4fa572185dd086c9d7e97bd',
}) })
depends_on 'bz2' depends_on 'bz2'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment