Commit 9a76eb73 authored by Ed Reel's avatar Ed Reel

Update qemu from 2.10.2 to 2.11.1

parent d884cb3c
......@@ -3,21 +3,21 @@ require 'package'
class Qemu < Package
description 'QEMU is a generic and open source machine emulator and virtualizer.'
homepage 'http://www.qemu.org/'
version '2.10.2'
source_url 'https://download.qemu.org/qemu-2.10.2.tar.xz'
source_sha256 'fcfdaa1ecdaac8aead616fe811bfb8fe4a8f2cd59796aa446c5175b5af0e829f'
version '2.11.1'
source_url 'https://download.qemu.org/qemu-2.11.1.tar.xz'
source_sha256 '8a5145d1f8bd2eadc6776f3e13c68cd28d01349e30639bdbcb26ac588d668686'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/qemu-2.10.2-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/qemu-2.10.2-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/qemu-2.10.2-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/qemu-2.10.2-chromeos-x86_64.tar.xz',
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/qemu-2.11.1-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/qemu-2.11.1-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/qemu-2.11.1-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/qemu-2.11.1-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: 'fc371b5716a93066b585a6d4acdedb61fa0af418f5b6fd4b9403802074a6a4c0',
armv7l: 'fc371b5716a93066b585a6d4acdedb61fa0af418f5b6fd4b9403802074a6a4c0',
i686: 'dcdf67eb60554c25de280bd46778ac74a1b6dd33fa82c12ba024a78d97b5aed3',
x86_64: 'b46fe6d1cf03b5e4f9c4480538ebb4fe0c96934de75913a22a3d5858b26e33ff',
aarch64: '3c0b57023d9ef4b8060f80108fb8eed1d22249bbde9ccef07b1d56879cc4cd4e',
armv7l: '3c0b57023d9ef4b8060f80108fb8eed1d22249bbde9ccef07b1d56879cc4cd4e',
i686: 'aa73560654924273adbc35953221cd3c0a2e71f47e4b0a46052d94d22e063cae',
x86_64: '755eab8c88e5791fc672639c4098225a313a27cc9799e629365076917b74a2d0',
})
depends_on 'automake' => :build
......@@ -27,6 +27,7 @@ class Qemu < Package
depends_on 'libtool' => :build
depends_on 'gettext'
depends_on 'glib'
depends_on 'pixman'
def self.build
system "./configure --prefix=#{CREW_PREFIX}"
......
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