diff options
| author | Kaiwen Xu | 2013-04-28 00:30:46 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2013-04-28 08:27:35 -0700 |
| commit | 22e0c461dd49d79fd131daf2f74fa190e186edd5 (patch) | |
| tree | 1a182a30ab9388fd1bc823a30af62871e5cd5bb3 /Library/Formula | |
| parent | 30d1775115bf74d9ef5461a6db3d6f7e455e4572 (diff) | |
| download | homebrew-22e0c461dd49d79fd131daf2f74fa190e186edd5.tar.bz2 | |
qemu 1.4.1
Closes #19482.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/qemu.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/qemu.rb b/Library/Formula/qemu.rb index 9928147f6..49e87fa74 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.4.0.tar.bz2' - sha1 '4288b23acab1e7f4d9da14cb06b13575a0f7d4f4' + url 'http://wiki.qemu-project.org/download/qemu-1.4.1.tar.bz2' + sha1 '7228efc39436aa76fd0317efec49439dee542b8a' head 'git://git.qemu-project.org/qemu.git', :using => :git |
