qemu 2.4.0
Closes Homebrew/homebrew#42975. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
9eba05ec33
commit
69ef458c76
1 changed files with 2 additions and 9 deletions
|
@ -1,8 +1,8 @@
|
|||
class Qemu < Formula
|
||||
desc "x86 and PowerPC Emulator"
|
||||
homepage "http://wiki.qemu.org"
|
||||
url "http://wiki.qemu-project.org/download/qemu-2.3.0.tar.bz2"
|
||||
sha256 "b6bab7f763d5be73e7cb5ee7d4c8365b7a8df2972c52fa5ded18893bd8281588"
|
||||
url "http://wiki.qemu-project.org/download/qemu-2.4.0.tar.bz2"
|
||||
sha256 "72b0b991bbcc540663a019e1e8c4f714053b691dda32c9b9ee80b25f367e6620"
|
||||
head "git://git.qemu-project.org/qemu.git"
|
||||
|
||||
bottle do
|
||||
|
@ -11,13 +11,6 @@ class Qemu < Formula
|
|||
sha256 "7243043a8a71dbc0a2ca5d80efd8eb646806d8cd8cf1772186efb69fed71cb0d" => :mountain_lion
|
||||
end
|
||||
|
||||
patch do
|
||||
# Fix for VENOM <http://venom.fail>
|
||||
# Patch from QEMU Git
|
||||
url "https://gist.githubusercontent.com/mtpereira/77dd144343bf24552aad/raw/0f22e76e50013f40a4c4d6dee1a6ec2a1ffea18b/qemu-venom.patch"
|
||||
sha256 "2aaa9ff9ee492dede64df3fcb59032ae0452bf4790c2d5881e05981fa7452368"
|
||||
end
|
||||
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "libtool" => :build
|
||||
depends_on "jpeg"
|
||||
|
|
Loading…
Reference in a new issue