aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-03-16 21:35:22 -0500
committerJack Nagel2014-03-16 23:09:21 -0500
commit667d5dfd317dd5150ec03a1b4ced63f8178b7249 (patch)
tree8181aae8feab191ebab15d834955b7d26017236a /Library/Formula
parent814a01f3149fb0314966db60690b46708556e12b (diff)
downloadhomebrew-667d5dfd317dd5150ec03a1b4ced63f8178b7249.tar.bz2
qemu: use checksummed patches
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/qemu.rb5
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