diff options
| -rw-r--r-- | 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 77fe919c1..13f84b4fc 100644 --- a/Library/Formula/lorem.rb +++ b/Library/Formula/lorem.rb @@ -1,10 +1,9 @@ require 'formula' class Lorem < Formula - url 'http://lorem.googlecode.com/svn-history/r4/trunk/lorem', - :using => :curl - version '0.6.1' homepage 'http://code.google.com/p/lorem/' + url 'http://lorem.googlecode.com/svn-history/r4/trunk/lorem', :using => :curl + version '0.6.1' sha1 'aa6ef66e5ee1151397f19b358d772af316cf333b' def install |
