aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Koonce2013-10-19 18:33:03 -0500
committerJack Nagel2013-10-20 14:19:53 -0500
commit234a17f37faaedc007ceb2bae856edaaff3dc08f (patch)
treeee234f1f6c7327ac19280e3bae29e748f4a02392
parent8c6107de8cabcfcf4c7c850649c8bbdbc49289df (diff)
downloadhomebrew-234a17f37faaedc007ceb2bae856edaaff3dc08f.tar.bz2
qemu 1.6.1
Closes #23389. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--Library/Formula/qemu.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/qemu.rb b/Library/Formula/qemu.rb
index 91c360b56..ced828813 100644
--- a/Library/Formula/qemu.rb
+++ b/Library/Formula/qemu.rb
@@ -2,8 +2,8 @@ require 'formula'
class Qemu < Formula
homepage 'http://www.qemu.org/'
- url 'http://wiki.qemu-project.org/download/qemu-1.6.0.tar.bz2'
- sha1 '5f754fc128aaafd0c7aee2204d453f4be1ac859e'
+ url 'http://wiki.qemu-project.org/download/qemu-1.6.1.tar.bz2'
+ sha1 'ad3ef3709a8ce3a39bd343aa313cefd033afb561'
head 'git://git.qemu-project.org/qemu.git'