aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJean-Michel Lacroix2011-08-19 18:04:14 -0400
committerAdam Vandenberg2011-08-20 22:05:45 -0700
commitcee3ce5090da1579ff856f78733bb944f4db0d4d (patch)
treed8d1abf8799330f7e2743c80cd973857b144770a /Library
parent4468d1d85dfea91dff17a4990679957b08635319 (diff)
downloadhomebrew-cee3ce5090da1579ff856f78733bb944f4db0d4d.tar.bz2
QEMU 0.15
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/qemu.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/qemu.rb b/Library/Formula/qemu.rb
index 1c18e8c3d..2a543a58d 100644
--- a/Library/Formula/qemu.rb
+++ b/Library/Formula/qemu.rb
@@ -1,9 +1,9 @@
require 'formula'
class Qemu < Formula
- url 'http://download.savannah.gnu.org/releases/qemu/qemu-0.14.1.tar.gz'
+ url 'http://wiki.qemu.org/download/qemu-0.15.0.tar.gz'
homepage 'http://www.qemu.org/'
- md5 'b6c713a8db638e173af53a62d5178640'
+ md5 'dbc55b014bcd21b98e347f6a90f7fb6d'
depends_on 'jpeg'
depends_on 'gnutls'
@@ -14,7 +14,8 @@ class Qemu < Formula
system "./configure", "--prefix=#{prefix}",
"--disable-darwin-user",
"--enable-cocoa",
- "--disable-bsd-user"
+ "--disable-bsd-user",
+ "--disable-guest-agent"
system "make install"
end
end