diff options
Diffstat (limited to 'Library/Formula/lorem.rb')
| -rwxr-xr-x | Library/Formula/lorem.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/lorem.rb b/Library/Formula/lorem.rb index b0861f93c..d9ee7ecbe 100755 --- a/Library/Formula/lorem.rb +++ b/Library/Formula/lorem.rb @@ -1,13 +1,12 @@ require 'formula' class Lorem < Formula - url 'http://lorem.googlecode.com/svn-history/r4/trunk/lorem' + url 'http://lorem.googlecode.com/svn-history/r4/trunk/lorem', + :using => :curl version '0.6.1' homepage 'http://code.google.com/p/lorem/' md5 '1246debbcb718aa56935e52136df17e8' - def download_strategy; CurlDownloadStrategy; end - def install inreplace "lorem", "!/usr/bin/python", "!/usr/bin/env python" bin.install "lorem" |
