aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorWill Ross2012-11-20 18:57:03 -0500
committerAdam Vandenberg2012-11-25 08:48:34 -0800
commit8226594a33d9b96edf2bf8b3133081feb19d2b5c (patch)
tree2ee1bf083252ed8d07c1c50fe1c483c843f0ab2f /Library
parentd77bf34794c781c51e3234c19377e0f670b1cf4a (diff)
downloadhomebrew-8226594a33d9b96edf2bf8b3133081feb19d2b5c.tar.bz2
Qemu 1.2.1
Closes #16170. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-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 ac2e15119..b74f2d9d5 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.org/download/qemu-1.2.0.tar.bz2'
- sha1 '4bbfb35ca2e386e9b731c09a8eb1187c0c0795a8'
+ url 'http://wiki.qemu-project.org/download/qemu-1.2.1.tar.bz2'
+ sha1 'd0cb468d967d2981fb2b9acadf6ab16682cc71a8'
depends_on 'jpeg'
depends_on 'gnutls'