aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-03-16 21:35:21 -0500
committerJack Nagel2014-03-16 21:35:21 -0500
commit123d40c8cc004127c2720a96af59c522c8bcbe31 (patch)
tree4288268d7d081dac8be5eb3122675d64aefef3bd /Library/Formula
parent7230fe651f5c0386fe257533bd5dcdc970e93c31 (diff)
downloadhomebrew-123d40c8cc004127c2720a96af59c522c8bcbe31.tar.bz2
mongrel2: use checksummed patches
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mongrel2.rb9
1 files changed, 4 insertions, 5 deletions
diff --git a/Library/Formula/mongrel2.rb b/Library/Formula/mongrel2.rb
index 8ecc6af90..acdbe9a8b 100644
--- a/Library/Formula/mongrel2.rb
+++ b/Library/Formula/mongrel2.rb
@@ -9,11 +9,10 @@ class Mongrel2 < Formula
depends_on 'zeromq'
- def patches
- # allow mongrel2 to build against libzmq 4
- [
- "https://gist.github.com/minrk/7632116/raw/44d0ed09ecfc68a9f9d6a940c6367f703cd55c46/0001-add-zmq_compat-check-for-libzmq-4.patch"
- ]
+ # allow mongrel2 to build against libzmq 4
+ patch do
+ url "https://gist.github.com/minrk/7632116/raw/44d0ed09ecfc68a9f9d6a940c6367f703cd55c46/0001-add-zmq_compat-check-for-libzmq-4.patch"
+ sha1 "f4279ced05362b916c1abf874c69781a66f55abf"
end
def install