diff options
| author | Jack Nagel | 2014-03-16 21:35:22 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-16 23:09:21 -0500 |
| commit | 667d5dfd317dd5150ec03a1b4ced63f8178b7249 (patch) | |
| tree | 8181aae8feab191ebab15d834955b7d26017236a | |
| parent | 814a01f3149fb0314966db60690b46708556e12b (diff) | |
| download | homebrew-667d5dfd317dd5150ec03a1b4ced63f8178b7249.tar.bz2 | |
qemu: use checksummed patches
| -rw-r--r-- | Library/Formula/qemu.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/qemu.rb b/Library/Formula/qemu.rb index 0abdfde22..0a5b42748 100644 --- a/Library/Formula/qemu.rb +++ b/Library/Formula/qemu.rb @@ -17,8 +17,9 @@ class Qemu < Formula depends_on 'vde' => :optional depends_on 'sdl' => :optional - def patches - {:p0 => ['https://trac.macports.org/export/97499%20/trunk/dports/emulators/qemu/files/patch-configure.diff']} + patch :p0 do + url "https://trac.macports.org/export/97499%20/trunk/dports/emulators/qemu/files/patch-configure.diff" + sha1 "3cba7a61e2a63c73f45d086300a4c42f2ff7de17" end def install |
