diff options
| author | Adam Vandenberg | 2013-01-27 22:00:37 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-28 21:40:20 -0800 |
| commit | 6babbe34c26b764dc80c87389db802a102bd4d4e (patch) | |
| tree | 6f5dd79fc552b044617fafedaa5d7252f9813eec | |
| parent | cd7429a10da760fbe511a8b55864119431847e5a (diff) | |
| download | homebrew-6babbe34c26b764dc80c87389db802a102bd4d4e.tar.bz2 | |
sdf: style nits
| -rw-r--r-- | Library/Formula/sdf.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/sdf.rb b/Library/Formula/sdf.rb index 658f3d193..bfdf31514 100644 --- a/Library/Formula/sdf.rb +++ b/Library/Formula/sdf.rb @@ -1,8 +1,8 @@ require 'formula' class Sdf < Formula - url 'ftp://ftp.stratego-language.org/pub/stratego/StrategoXT/strategoxt-0.17/sdf2-bundle-2.4.tar.gz' homepage 'http://strategoxt.org/Sdf/WebHome' + url 'ftp://ftp.stratego-language.org/pub/stratego/StrategoXT/strategoxt-0.17/sdf2-bundle-2.4.tar.gz' sha1 'b9be75d56503e7f06fcc9cc543303bae123c0845' depends_on 'aterm' |
