diff options
| author | Jonathan Dahan | 2014-08-05 17:38:24 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2014-08-05 21:41:55 -0700 |
| commit | ce761f1337ac564095597ebbe4e01e304af96afe (patch) | |
| tree | 8dba5181d6c2a396dd0a8ec3e032ac46082cc7f9 /Library/Formula | |
| parent | 634843cfb1065c475cc12897c70727ebcc878fc4 (diff) | |
| download | homebrew-ce761f1337ac564095597ebbe4e01e304af96afe.tar.bz2 | |
update qemu to 2.1.0
Closes #31376.
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 c3218d925..efb399664 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-2.0.0.tar.bz2' - sha1 'cc24a60a93ba697057a67b6a7224b95627eaf1a6' + url 'http://wiki.qemu-project.org/download/qemu-2.1.0.tar.bz2' + sha1 'b2829491e4c2f3d32f7bc2860c3a19fb31f5e989' revision 1 head 'git://git.qemu-project.org/qemu.git' |
